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

Titanium Kitkat/Jellybean slide menu?

Is there any way to make a stock android slide menu (like in the Youtube app etc.) with the Titanium SDK? I looked everywhere in the forums but I only found custom slide menus for Alloy. Thanks!
0
votes
1 answer

Office VBA- detect PowerPoint slide change

I'm creating an application where I'd like to be able to show users an ongoing PowerPoint presentation over the web, where the slide changes as the presenter does so in real time. I've looked at the Office VBA documentation and I didn't see any…
Jack Guy
  • 8,346
  • 8
  • 55
  • 86
0
votes
1 answer
0
votes
1 answer

Slide with javascript not working

I tried to create a slide with 5 images but the javascript is not working
This is the javascript I used; function slide(i) { document.getElementById('slide') …
user2798694
  • 1,023
  • 11
  • 26
0
votes
1 answer

Slide right and left - jquery

Suppose I have a list of tasks taking the width of the screen. When I click on one of them, that it slides to the left to occupy the 50% of the with of the screen, and that, at the same time, slides from the right of the screen some details about…
epsilones
  • 11,279
  • 21
  • 61
  • 85
0
votes
1 answer

calculate increment to bring div to screen center along with resize

I have a situation where I need to output some code that simultaneously zooms a div from 0 to it's "final" size whilst moving it down from the top of the screen. The x and y final sizes could be different every time but my code WILL know them (the…
Chris Jones
  • 405
  • 1
  • 6
  • 17
0
votes
1 answer

Make horizontalscrollview auto scrolling

I have multiple textviews inside a horizontalscrollview. Now I want to scroll all the textviews inside it so that all multiple textviews gets displayed. How can I achieve it ? Thanks in advance.
S.T.
  • 13
  • 8
0
votes
1 answer

Access Text Boxes (in a Keynote slide) in AppleScript

Need some help to figure out how to access Text Boxes inside a slide in Keynote with Applescript. I tried to use ASDictionary but I couldn't find anything that would resemble a text box object. I fear that they are not scriptable in Keynote, but…
monomyth
  • 101
  • 1
0
votes
2 answers

dropdown menu jquery with add and remove class

So i'm trying to make a jquery dropdown that adds and removes classes. It does work, but only once. If i try the dropdown again, it simply drops down and slides up right after. It's suppose to drop down after clicking a button and slide up after…
Axll
  • 55
  • 6
0
votes
1 answer

Jquery Mobile Menu - Off The Page

So I am coding a website at the moment and am using a mobile menu that slides in from the right hand side and it works perfectly when viewed through a laptop browser. The way I am doing it is to absolute position the menu 200px off the screen and…
Tenatious
  • 849
  • 4
  • 12
  • 32
0
votes
2 answers

Horizontal div sliding with jQuery

I've found this little piece of code which fulfils my needs, but is there any way to make "target 1" be loaded defaultly? So "right" doesn't start as empty div, but with content from "target 1" already. jQuery(function($)…
user2660811
  • 243
  • 4
  • 9
  • 16
0
votes
3 answers

slideToggle doesn't work jquery

I've recently been trying jQuery and I have tried to create a spring like object, but there seems to be some problem with slideToggle(). Any help? HTML
Spring!
Stuart
  • 31
  • 1
0
votes
1 answer

Add auto slide option in my JavaScript function

I have slide and when I click prev or next button, go to other images. Everything is OK. But I want add time option and auto slide in 10 seconds. My click function: $(document).ready(function () { $(window).resize(); $("#nav…
Slaythern Aareonna
  • 353
  • 3
  • 9
  • 25
0
votes
2 answers

Slide a View Horizontally & Hide its Content

I wanted to create a View that could slide Horizontally on user touch only & get Hide it's content when it touches any other View ... Here is the What I am trying to do... [my second view] A B C D E F G [my first view] on Sliding Horizontally... …
Nitesh Tiwari
  • 4,742
  • 3
  • 28
  • 46
0
votes
1 answer

how to trigger each class separately

Below is my code for jQuery slide on-off. Very simple code but I can't trigger each separately. When I click one, everything will be triggered simultaenously. I know it is for all same class, but I can't understand what will I do with that. I have…
Accore LTD
  • 287
  • 1
  • 6
  • 18