Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

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
15
votes
1 answer

How to animate layout from top to 300dp of screen vice versa in android?

Requirement I can translate layout base on toYDelta="100% or toYDelta="50% etc. But I want to animate layout only in 300dp Height. slide_down.xml
android animation slide
asked Apr 28 '14 at 12:34
Darshak
  • 2,298
  • 4
  • 23
  • 45
14
votes
1 answer

jquery - how to add/remove class on slideToggle?

I would like to each time the div expands, to add the class 'selecionado' once the expansion is finished. When the contraction is done (the slideUp part) I would like to remove this class. Can I have a help here…
jquery slide
asked Oct 31 '10 at 23:10
MEM
  • 30,529
  • 42
  • 121
  • 191
14
votes
1 answer

How to implement slide to show actions in recyclerview?

I have an app with a recyclerview showing some elements, the recyclerview also supports multiple viewtypes that can be changed from the settings. I am now looking to implement a way to show some actions for the recyclerview-items when a user swipes…
android slide android-recyclerview
asked Apr 04 '15 at 21:46
Cédric
  • 419
  • 7
  • 17
13
votes
3 answers

Android: How to create slide (on/off) button

I'd like to create a slide button (= something as switch ) with two states: on and off so user will have to press the button and slide it to change the state (something similar as unlock slider but not cross whole screen). Do you have any idea how…
android button slider switch-statement slide
asked Nov 16 '11 at 11:01
obrien
  • 496
  • 1
  • 7
  • 15
13
votes
1 answer

Flutter slideTransition is not animating

So I'm trying to create a trivial slide transition element in flutter and I'm having some difficulty. What the below does is wait for the animation time, and then just display the Text("hello there sailor"). I don't know why this is not animating -…
user-interface animation mobile flutter slide
asked Nov 15 '18 at 22:04
Peter Weyand
  • 2,159
  • 9
  • 40
  • 72
13
votes
1 answer

Best way to create slide down animation on Android app?

I'm just getting into Android development and basically I have 5 rectangular buttons stacked on each other. When I click one (let's say the top one), I want the other 4 to slide down, and another set of buttons or whatever to show between them. And…
java android button slide
asked Sep 18 '13 at 20:35
Yi Son
  • 235
  • 1
  • 4
  • 9
12
votes
1 answer

javascript finger slide detection

I'm trying to create a sliding checkbox like the one on the iphone. I started with this script: $('input[type=checkbox]').live('touchstart', function (e) { down_x = e.originalEvent.touches[0].pageX; …
javascript jquery iphone touch slide
asked May 13 '11 at 23:30
cmplieger
  • 7,155
  • 15
  • 55
  • 83
12
votes
3 answers

iPad slidable panel control like twitter

What would be the mechanism behind twitter iPad application? I feel its having split viewcontroller, viewcontrollers with animation and gesture controls, or there may be scrollviews for endless scrolling. How can I develop same UI for my…
ipad user-interface twitter panel slide
asked Oct 18 '10 at 11:12
Pratik Goswami
  • 334
  • 1
  • 4
  • 15
12
votes
3 answers

jQuery animate() to hide and show elements by sliding left and right

I'm trying to animate something using jQuery. UPDATE I have it working the way I want it. This is the jQuery: $(document).ready(function() { // go chat button $('#go-chat input').click(function() { $('#search,…
javascript jquery jquery-animate slide
asked Jul 19 '10 at 14:36
Hristo
  • 45,559
  • 65
  • 163
  • 230
12
votes
7 answers

Ion-slide-box with different slide heights

I'm using ion-slide-box, but the issue is, my ion-slides are not in the same height, So it sets all the ion-slides to the size of heights one. Following is an example ion-slide 1 height 30px ion-slide 2 height 100px So, ion-slide-box height will…
javascript ionic-framework slide
asked Feb 09 '15 at 02:29
sameera207
  • 16,547
  • 19
  • 87
  • 152
12
votes
1 answer

Fire event on Bootstrap carousel slide issue

I try to use this code to fire on an event upon carousel slide, but it fails to work for some reason. Any suggestions? var $carousel = $('#carousel-showcase'); $carousel.carousel(); $carousel.bind('slide', function(e) { setTimeout( function(){ …
jquery twitter-bootstrap carousel slide
asked Nov 21 '13 at 18:38
sdvnksv
  • 9,350
  • 18
  • 56
  • 108
11
votes
3 answers

Pjax animations

I finally got pjax working, but I have another question.. How do I add some jquery animation like fadeout/slideup old content and fadein/slidedown new content? By default pjax just changes the content without any good looking effects.. Any help…
javascript jquery ajax slide pjax
asked Mar 06 '12 at 10:30
Maja Jelen
  • 223
  • 5
  • 13
11
votes
2 answers

jQuery Cycle plugin- How to return the index number of the currently displayed slide?

I'm currently using Malsup's Cycle plugin . I am just wondering is it possible to have cycle plugin return the index number of the currently displayed slide?? I want to change the content of the page when a specific slide is active. Don't know how…
jquery indexing return cycle slide
asked Nov 26 '11 at 05:44
Newcomer
  • 135
  • 1
  • 6
11
votes
3 answers

How to Slide Left to Right an Element by jquery

Trying to Slide h3 title to right direction by jquery to this slider. This slider has fade effect by default, I'm trying give slideRight effect to h3 title of slider. HTML:
  • …
javascript jquery html slide jquery-effects
asked Jun 02 '15 at 17:46
Aariba
  • 1,174
  • 5
  • 20
  • 52
10
votes
2 answers

iOS: Sliding UIView on/off screen

I'm working on an app where having a "drawer" on the left-hand side would be very beneficial. I'm doing some initial testing to see how I would best accomplish this, and I'm having some very basic trouble. My Setup 1. I am using a single-view…
ios panel slide slidingdrawer drawer
asked Jul 29 '11 at 15:05
mbm29414
  • 11,558
  • 6
  • 56
  • 87
Prev 1
2
3
…
99 100 Next