Questions tagged [slide]

An UI effect where an element or group of elements move over a surface while maintaining smooth continuous contact.

A graphical element "slides" when when it changes position in a smooth animated way. Often in one position the element is partially hidden.

1823 questions
0
votes
1 answer

Slide out navigation bar

How can I get a navigation bar slide out, when I scroll up a tableview and slide in, when i scroll down? (Like the Facebook App or a lot others) Thanks. André
André
  • 91
  • 1
  • 7
0
votes
0 answers

trigger action on active class

I made a slider and captions, descriptions for each slide. I'd like to use jquery to animate the captions, when slide is active. Somehow I managed to do that but it's not like I think it should be done ;) here is the code i made, it works but on…
Mateusz Winnicki
  • 151
  • 2
  • 11
0
votes
1 answer

JQuery UI menu slide

Im trying to make the content of my pages change by sliding the content out of the page when the user clicks on my different navigation links. So far I can slide from my homepage and to one of my other pages which works fine. But im not sure how I…
0
votes
1 answer

tweetboard effect sliding frame

When you visit this link http://tweetboard.com/alpha/ you will see a Tweets label on the left. When you click this tweets label, another site loads inside this panel/iframe. Can you please help me understand how this feature is created? It seems…
Pratik Kothari
  • 2,446
  • 2
  • 32
  • 54
0
votes
4 answers

Fast clicks cause the slide view to work incorrectly?

Here is the working demo. http://jsfiddle.net/Evqqp/1/ Please check the demo to easily understand the issue. Click on the arrows fast and you will see the view mess up. I understand it might be because of the 300ms animation i do. What is a clean…
ksskr
  • 238
  • 4
  • 15
0
votes
1 answer

Closing DIV after delay using jQuery

I have an alert at the top of my website that has a close button. Here's the jQuery used for the close button: /* CLOSE ALERT BAR WITH BUTTON */ $('a.ctp-alert').click(function () { $("div.ctp-alert").slideUp(); }); It's working well on it's own,…
Eric Wood
  • 579
  • 2
  • 9
  • 22
0
votes
1 answer

Class descendants disrupting events

I have a simple drop down menu. When you click .drop-down, a sub menu slides down. However, if you click any of the children of .drop-down, it slides back up again. I want only the .drop-down that was clicked to slide the menu, none of the its…
user1469270
0
votes
1 answer

Slide Down Div on toggle button

I have the following code which works to create the div on click, but I would like the div to slide down slowly and not appear immediately: function hideshow(which) { if (!document.getElementById) return if (which.style.display == "none")…
0
votes
2 answers

JQUERY slidetoggle isn't working

I don't understand why jquery script isn't working. Here is sample: $(document).ready(function(){ $('#mygtukas-js').click(function(){ $(this).data('clicked', true); }); if($('#mygtukas-js').data('clicked')){ …
Julius J
  • 103
  • 1
  • 2
  • 8
0
votes
0 answers

How to slide in slide out a view from Top to it's original position

I have a view in my activity at some position from the top. Now i want to slide it out/in to/from the Top on a button click. Initially it should be invisible. 1) When button click it should be visible but animating from top to it's position. 2) When…
Suresh Sharma
  • 1,826
  • 22
  • 41
0
votes
0 answers

making container div background slide

I have a header div that contains menu div,logo div and some text.I wanna make a slide show.I tried JQuery fadeIn() and fadeOut() functions , but when I used the fadeOut() method, all of header content(menu div,logo div etc...) is effected.I wrote…
0
votes
1 answer

Buttons too sensitive in sliding fragments?

does anyone have a suggested technique for using Buttons within fragments? I am currently using an onTouchListener. The issue is that when a user tries to slide the fragment.. its too easy to accidentally press the buttons. There are methods in the…
Cam1989
  • 1,241
  • 2
  • 9
  • 9
0
votes
1 answer

Slide Down Android (no animation)

Hi I need some help in understand this property/functionality from Android... Maybe I can looking around for something wrong... but I'm almost sure that I need use the slide down "property" to see the rest of my textview... rigth? But how? I am not…
Fernando Carvalho
  • 393
  • 1
  • 3
  • 14
0
votes
1 answer

Fullscreen Page slide with navigation

I'm quite new to this, so many of you might find my question stupid but I really need help!! Ok, so what I am trying to achieve is: I want 6 Fullscreen Pages with image and content to smoothly scroll horizontally when clicked on "<" ">" buttons AND…
0
votes
1 answer

how can i give my footer container the same width from content if that slide left

if i open my testsite: http://devauth.labscope.de/htmlapp/report-overview_test.html and click on the top left icon (filter) so the content and footer slide left and i see that the footer container don't have the same width as content container…
Dave-88
  • 217
  • 2
  • 5
  • 17
1 2 3
99
100