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
7
votes
3 answers

Angular directive and Jquery slideToggle function implementation

Using angular and jquery I implemented slideToggle function. In order to only apply this function to one specific HTML element, I am using within ng-click function one parameter, my code works fine but, I want to know if exists another better way to…
Osy
  • 1,613
  • 5
  • 21
  • 35
6
votes
2 answers

slide between pages using jQuery

I have a 4 page website and I want to transition between the 4 pages with a slide effect. I don't want to do this using an #ID. I want to press a button or the link to slide to the next page. I know this can be done using jQuery and I've seen…
Asif Syed
  • 83
  • 1
  • 1
  • 7
6
votes
4 answers

Add or remove slides using jQuery FlexSlider

Is it possible to add or remove slides in runtime using FlexSlider?
Diogo Cardoso
  • 21,637
  • 26
  • 100
  • 138
6
votes
4 answers

Trigger a button on page load

I have this function $("a#").click(function() { jQuery("#").slideToggle(400); jQuery("#featurepagination").toggle(); …
Jamison
  • 91
  • 1
  • 1
  • 8
6
votes
2 answers

Slide tab bar like in android market

Does anyone know how to implement the bar like in android market (Categories, featured, top paid...) I've also seen it in the new version of SuperUser so i know it can be done. Thank you for your responses!
Noureddine AMRI
  • 2,942
  • 1
  • 21
  • 28
6
votes
2 answers

Slide up and Slide down animation on Webview in Android

i have a list of chapters in a list.when user selects a chapter it get expanded and sub topics in that chapter lists. when user select the particular sub topic its contents get loaded in webview on new screen. its all done fine. But i want some…
rahul sapra
  • 149
  • 1
  • 3
  • 6
6
votes
3 answers

jquery hide all image but not the first

Hello all im trying to make this slide effect http://tinyurl.com/628z32d but im new to jquery so i need a little help :), how can i hide all the big image in the #big-mage div and hide them? and then only show the first. do you guys have a good…
Sjmon
  • 553
  • 3
  • 9
  • 18
6
votes
2 answers

How do I remove this class after the jquery slide is in the up position?

I currently have the following code set up for a jQuery slide. $(document).ready(function () { $('a#slide-up').click(function () { $('.slide-container').slideUp(); return false; }); $('a#slide-toggle').click(function ()…
J82
  • 1,657
  • 4
  • 16
  • 18
6
votes
1 answer

Disable/change pivot animations on UWP

A pivot item's "slide-in-from-the-side" animation is played not only when swiping, but also when clicking the pivot item's header with a mouse on a desktop. How can i disable this animation? Either completely, or only for explicit clicks/taps on the…
Benni
  • 1,030
  • 2
  • 11
  • 18
6
votes
5 answers

How to slide a div over an image with CSS?

On a webpage I am working on, I have a div which contains an image and another div. The inner div is initially set to opacity: 0; so that it's not visible. The inner div should appear over my image when hovered. I have achieved this, but now I…
omusanon
  • 59
  • 1
  • 6
6
votes
2 answers

Slider button to accept call in Android

I want to develop my own Accept and Decline buttons for an incoming call. To prevent the call to be accidentally answered or rejected when taking the phone out of the pocket I would like to make a slider style button or something similar. I am, to…
Ton
  • 9,235
  • 15
  • 59
  • 103
6
votes
1 answer

Slide down to show textview animation

I am interested in adding an animation on toggling the visibility of a TextView in my android application. I would like it to not just set the Visibility to Visibility.GONE and Visibility.VISIBLE - instead I want it to have a jquery like slide…
dharris001
  • 409
  • 1
  • 6
  • 14
6
votes
2 answers

jQuery .show('slide', { direction: 'right' }) doesn't work, but .show('slide') does

I'm inserting a menu choice at the beginning of a top menu (ListItems) and using $('#newMenuItem').show('slide'); successfully. However, I didn't like the way it slid in from the upper-left, so I changed it to $('#newMenuItem').show('slide', {…
ESDictor
  • 745
  • 2
  • 9
  • 22
6
votes
2 answers

Slide In and Slide Out animation for a layout

I have a LinearLayout, I am dynamically adding TextView, ImageView to that LinearLayout, now I have added OnClickListener to these TextViews and ImageViews. I have an arraylist which has 10 items in it, using a for loop I am getting each value and…
Goofy
  • 6,098
  • 17
  • 90
  • 156
6
votes
2 answers

Open view with slide effect from bottom to top on iPhone

I'm making an application for iPhone (which runs in landscape mode) (OS 3.0), and I want that when I touch a toolbar button it opens a view with a slide effect (similar to the effect when you touch 'Bookmarks' in Mobile Safari's toolbar) from the…
user142019