slide

What is the mechanism/algorithm involved in functions that perform a fade of some sort?

What is the mechanism/algorithm involved in functions that perform a fade of some sort? What are some links or resources i can check out when it comes to this matter. ...

C# Dropdown Slide Form

Is there any built-in control like a dropdown/slider? For instance, I want to display some info on dialog/control/form and inside that form there is a arrow which expands it to show more information? When I click the black arrow, the form should expand vertically to show more info. That's what I want to achieve. If there isn't any bui...

jquery/js images out of a box preview effect

Hey, I am building a web page for a software (not a browser but this software uses webkit as it's rendering engine). The window of this software has a size of 800x600 pixels. Users will be able to download collections of images as zip files that include appr. 15 images per collection. A white box represents such a collection (see below)...

iPad - change dismissModalViewControllerAnimated transition

I'm displaying a modal view using the UIModalPresentationFormSheet presentation style on my iPad. Everything is working as expected, but when I click "Save" in the view and load the dismissModalViewControllerAnimated method, the view slides down rather than up (as in Apple's own applications, e.g. when sending an email in Mail.app). At t...

how to get next slide using jquery instead of scrolling on this?

I am using this plugin in wordpress http://www.iwebix.de/front-slider-wordpress-plugin-demo/ As you can see in the demo above, the left and right arrow buttons are the controls for scrolling the thumbnails. i have already changed these lines to change mouse over/out to onclick event u.onmouseover=new Function('SLIDE.scroll.init("'+t...

Slide Down and Edit Within HTML table

Hello, Basically I have a html table with a bunch of data from a database (MySQL). I would like to be able to press on a link and have the a given table row slide down to expand into the editing zone. I would use Ajax to populate that editing space with the detail data from the database. So this would be my table: <table> ...

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

I'm trying to animate something using jQuery. You can view it here 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, #go-chat').animate({width: '0px'}, 1000, function() { ...

Implementing Shake/Slide Function on iPhone SDK

I want to make an app like "10,500 cool facts" Basically, there is some text on background, and then the user will shake, or slide right/left to navigate between the different facts. I am new to iPhone programming/SDK, so wondering if anyone could help me get started. How do I implement a shake / slide function? ...

What is the best way to display images/slides/containers on the iPad?

Hi everyone For an app that I am writing I need to display several views (in my case images, yet I guess that should not matter all that much) in a style similar to the way images are displayed in the Fotos app for the iPad. Consider this graphic: Obviously on portrait view fewer slides can fit in per row than on Landscape view. What...

Why does this line 'jump' when I call slideDown?

Since there's a lot of code, I won't post it here. Rather, you can find it all here. That way you can play around with it and run it. The problem happens when the 'Drop me down!' link is clicked. The DIV slides down as expected, but makes a sudden 'jump' right at the end. Why does it do this, and how can I make it go away? ...

jQuery - click link to open Div, which closes other div's

I currently have 2 panels (div's) at the top of my website. When you click a link it will drop down the panel, when you click the other link, i want it to slide up any open div's then once it's slide up, open the div clicked. I currently have this: $(document).ready(function(){ $(".btnSlideL").click(function(){ $("#clientLogin").sl...

jquery slide out tab behind flash

on this site the slide out tab on the right slides behind the flash. any ideas on how to get it to slide over it? ...

JQuery: scrolling animation problem

I've written these 2 JQuery functions which are supposed to take 9 blocks with IDs set from "C1" to "C9" and scroll them upwards until they reach the top and then each block that reaches the top should go back and start again. The strange thing is each time they start over the space between the blocks gets larger until everything gets m...

Javascript slide element

I want to know what's the best technique to slide an element just like in these examples: http://demos.flesler.com/jquery/localScroll/#section1c But with Pure Javascript so NOT jQuery or any library. Example structure <div id="holder"> <div id="bridge" onclick="slide('content')">Click to slide</div> <div id="content" sty...

Sliding Div to auto height

Hello! I have a div that I slide in and out. To do this I just increase the height by 2px every second until a preset height from a height of 0. Is there anyway to determine the content height of the div as the content is unpredictible height considering the starting properties of the div are display:none and height:0? Thank you. ...

Sliding text overlapping

Hi. Having a slight issue with a slider plugin for Wordpress I am creating. I'm trying to get the text to slideUp at the beginning and slideDown just before the transition to the next image. This appears to work fine however after a few transition the slider that fades (top one) text starts to overlap; the text from the next image shows ...

Slide down view in adnroid

I would like to have a button in my android application trigger a slide down view of a form. I want to have a view at the top of the screen, a list at the bottom of the screen, and I want to have the slide down form view appear between the two when a button is clicked. I have no problem showing the view, but can't seem to animate it fr...

Reset on Hover (jQuery)

$("#notification").slideDown("slow").delay(2000).slideUp("slow"); .. works, but I want to add a condition so that if #notification is hovered, the timer/delay is stopped until mouseout. Then On mouseout the timer starts and then eventually the element is hidden (unless its not hovered again). Thanks! ...

How can I make a horizontal nav menu that on hover reveals the sub menu items and slides up above the main nav using jquery?

I want it to slide up from the bottom right about my main nav menu just like this site. jefflewisdesign.com I know that site is down in flash but I know that nav can be done in jquery. thanks. Here is how I have it so far. <div id="slidebottom" class="slide"> <h2>Item</h2> <div class="inner"></div> </div> $(documen...

WebDAV Slide Subscription - Get changes

Hello, how to use the subscription-Method in "org.apache.webdav.lib.WebdavResource" ? In version 2.1 of the jakarta slide-Project there is a new Method "subscribeMethod". I can't find any examples for it. I want to get a notification, when a file on the WebDAV-Server has changed, deleted or is new. Is this possible with a subscription? ...