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
2 answers

ie 6 sliding problems

I have had this script written for me, for a sliding navigation (from right to left) with JQuery. Works well in mac FF, safari, opera, PC ie 7 & 8, but is not working at all in ie6. If anyone could shed any light as to why ie 6 isn't working it…
Mitch
  • 1
0
votes
1 answer

jQuery animate example logic doesn't work

i have a problem with my test site: http://devauth.labscope.de/htmlapp/report-overview.html My problem is this: when I scale the browser window to 768px width, a header appears with two icons (left and right). When I click them the respective menu…
Dave-88
  • 217
  • 2
  • 5
  • 17
0
votes
0 answers

Slide an object on screen as long as finger is hold

I'd like to make slide a ball on my screen following my finger. i get the cursor position but the ball is not following my finger qwhen i'm sliding. Moreover i have severals balls. (Not for the moment but i have planed to) My Code : c# private…
Gabson
  • 421
  • 1
  • 4
  • 20
0
votes
1 answer

Android ListItem half slide with touch move

Thanks for your valuable time. My question is, I want to create a ListView with immediate action on ListItems by sliding left of 40%. I had tried with ViewFlipper, ViewSwtcher, but these controls are providing fully view switch feature , where I…
Santanu Kumar
  • 410
  • 3
  • 15
0
votes
0 answers

jQuery range slider / price refine mobile touch

I'm looking for a jQuery UI slider for refining price which works on mobiles. I've tried these: http://www.aspdotnet-suresh.com/2013/03/4-jquery-price-range-slider-example.html I've also tried these:…
Myles
  • 926
  • 2
  • 12
  • 29
0
votes
3 answers

jQuery Vertical Dropdown w/ Fade

This works. However, clicking the "#pages-btn" again doesn't close "#instruct-pages" div. Is there a better way to write this? Thanks for the help. Here is a fiddle to demonstrate my issue: http://jsfiddle.net/PCzfs/1/ $("#pages-btn").click(function…
DesignerUXTX
  • 104
  • 1
  • 15
0
votes
1 answer

Accordion slide is not working in fashion bird theme of prestashop

I m using Preatashop 1.5.5.0 platform, for my shopping website. For my shop I am using fashion bird theme. I am experiencing a trouble when I am using Accordion slide for my banners , its not working properly in current theme. You can see the error…
0
votes
2 answers

C# how to slide a panel

This code is just changing location, not sliding. I am using this at the moment: for (int i = 740; i == 740; i++) { panel2.Location = new Point(panel2.Location.X - i, panel2.Location.Y); } How can I slide the panel slowly?
Hacking Games
  • 63
  • 1
  • 5
  • 14
0
votes
2 answers

jquery Navigation animation show

I have created a jquery navigation that hides on scroll down and shows on scroll back up. I'm having trouble executing the following; 1) hide after 500px scrolled down. 2) slide in and out smoothly exactly like this navigation…
Paul Designer
  • 845
  • 1
  • 14
  • 21
0
votes
0 answers

Slide image diagonally in windows phone 8

I am trying to make an image slide diagonally in windows phone 8 C#, i have tried some code, and gotten rid of an error i created - but when i doubletap the canvas, it is supposed to trigger the event, but nothing happens. Please take a look at my…
Erik
  • 799
  • 2
  • 15
  • 27
0
votes
2 answers

how can I achieve this amazing slide show?

Im pretty familiar with HTML, CSS, Javascript and JQuery how can I achieve this amazing slide they have on their website where the background fades while the main element on the slide comes in from the side (elements meaning pictures). Website:…
Lucas Santos
  • 1,359
  • 3
  • 24
  • 43
0
votes
0 answers

Smooth javascript navigation stops working after first click

This webpage http://www.eboxlab.net/ has a menu on the left side. What I need to achieve is to be able to go to a page section when the respective menu option is pressed. Here is my code (pretty sure it's quite bad, but I will clean it up later,…
Serge Eremeev
  • 120
  • 1
  • 2
  • 10
0
votes
2 answers

make background image div wrap around

I have a jpg that is 500px high and 50px wide. It consists of 10 50px x 50px squares each containing a number from 1 to 10 (1 at top of image and 10 at bottom). (The jpg is here : http://i39.tinypic.com/mmq4x5.jpg ) I then have a 50x50 container…
Chris Jones
  • 405
  • 1
  • 6
  • 17
0
votes
1 answer

Navigating to other page (through HTML5, CSS3 and JS) in iPad on Swipe (with a slide animation)

I am working on a website (in HTML5, CSS3 and JS) which'll primarily be opened only in iPad. I want to implement swipe movements which would redirect the current page to some other page. I managed to implement this through padilicious with the…
Steve
  • 2,546
  • 8
  • 49
  • 94
0
votes
1 answer

jQuery stop left animation before div moves off screen

I have created a basic slider for a form, once one section of the form is complete, the user clicks 'Next' and the next section slides in....if the user wants to go back they click prev etc. My porblem is that if a user starts out by clicking…
Sam Skirrow
  • 3,647
  • 15
  • 54
  • 101
1 2 3
99
100