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
6
votes
0 answers

Calendar Gridview - slide in and out animation on month switched

I want to animate Gridview which works as Calendar. Calendar items(days, months) are added to gridview dynamicaly on button click, when i choose next or previous month. I want to create slide in and slide out animation when i change month as uses…
janox1x2x3
  • 628
  • 1
  • 6
  • 12
6
votes
4 answers

jQuery: Slidetoggle from bottom to top

I am using jQuery's slidetoggle, and I am wondering if there is a way I can make it slide up from the bottom, everywhere I look I cant seem to find the answer, here is the code I am using: jQuery(document).ready(function(){ …
onei0120
  • 189
  • 1
  • 9
  • 28
5
votes
2 answers

UISplitView new slide-in popover becomes fullscreen after memory warning in iOS 5.1

I'm quite new here. I have a problem with the new iOS 5.1 slide-in popover in UISplitView. (Before 5.1 the master view controller was presented in a popover, but now it simply slides in form the left.) When my device is in portrait mode and it…
Joxy
  • 63
  • 5
5
votes
3 answers

jQuery: Read More/Less Slide Toggle?

I'm after a simple slide toggle for a read more link then when expanded a read less link. Exactly like this but needs to slide down rather than just appear like that. The initial height needs to be set as well whether through words or box…
Jezthomp
  • 709
  • 5
  • 11
  • 16
5
votes
2 answers

HTML/jQuery Tables: Scroll horizontally, fix the first (left) column

I have a table that displays a column of test names, with several (unlimited number) of columns of various test data associated with the tests. Since there will be several sets of data, I want to limit the number that can be seen, and have the user…
codecraftnap
  • 1,553
  • 2
  • 9
  • 9
5
votes
1 answer

HTML tabs drag-drop slider sample?

What I need is a simple tab system such that if you mouseDown on its contents you do not select html text but start sliding tab. If you slide more than half it assumes you slid to next tab. How to do such thing with jQuery? Update: Sample…
Rella
  • 65,003
  • 109
  • 363
  • 636
5
votes
1 answer

Implement Swiper link to specific slide

I am using iDangero Swiper and trying to create a link to specific slide, I will use this to link all the slides with a unique link. How I can make that work? Here's my code: http://codepen.io/RogerHN/pen/LkKgXB
RogerHN
  • 584
  • 1
  • 11
  • 31
5
votes
2 answers

Slick Carousel - centerMode without excess slides

I want to make a slide (using Slick.js), based on the picture, I want to make centerMode:true and focusOnSelect:true... but the problem is there will be two excess slide (left and right). How do I remove them? I already tried to set centerMode to…
Syamsoul Azrien
  • 2,534
  • 4
  • 32
  • 55
5
votes
2 answers

Swift - How to do a custom slide animation?

I've been looking for swift code to make simple custom slide transitions between views (just left to right or right to left, without bounce) but I only found code for complicated animations. Thanks everyone for your help ! Oscar
Oscar Falmer
  • 1,771
  • 1
  • 24
  • 38
5
votes
2 answers

How do I change the animation style of a jQuery Accordion?

Is there a way to change the default animation that jQuery accordion uses? It appears to be "slide" but I'd like to use a Bounce or Drop effect. Here's my current code: $("#accordion").accordion({ autoHeight: false, collapsible: true, …
Travis Smith
  • 359
  • 3
  • 4
  • 12
5
votes
2 answers

How to use non-integer, float values for tkinter Scale widget scrollbar?

I need to set the scale from 0.55 to 2.75 with a very little interval for my slide But all I get is a range from 1 to 3 with a scale of 1. Totally annoying. TkInter documentation says it can handle floating values, so what's wrong?…
5
votes
3 answers

Slide header up if you scroll down and vice versa

Update I made a repo on GitHub: https://github.com/yckart/Veil.js Big thanks to Sargo Darya and Edward J Payton. I've to create a header which slides up if you scroll down and vice versa. The problem is, that it jumps (if you are in the diff-range…
yckart
  • 32,460
  • 9
  • 122
  • 129
5
votes
1 answer

Android Slide to Expand View

I have a layout as shown on this image: I want user to be able to drag down the 'Show details...' part to see more information. I tried SlidingDrawer, but no luck with it. Is there a suggestion, like, a piece of code, or a third-party component…
Lovro
  • 712
  • 1
  • 10
  • 20
5
votes
3 answers

Horizontal slideshow with DIVs

I have a container div element, this should contain all child div elements. I saw this thread: Slide a div offscreen using jQuery and I was wondering how to implement it (within a div element and not in the body). The code is working fine, but what…
Zbarcea Christian
  • 9,367
  • 22
  • 84
  • 137
5
votes
1 answer

How to draw borders around slides in latex beamer handouts

I am using the LaTeX beamer package. How do I draw a border around each slide when I use the handout format (eg. {4 on 1}). I would like to have something silmilar to the "-d" option available in Unix "psnup" which I used with my old seminar style…
Tsf
  • 1,339
  • 5
  • 17
  • 29