Question

most of you know the effect of vertical sliders. For example your music-library in iTunes: you have the artist and with a vertical slide (direction is to the right) you'll get his albums.

I hope it is clear, which effect i mean ;) (sorry for my bad english - I'm not a native speaker)

My question is: how is this effect called in jQuery (only the name and maybe a good tutorial)

Was it helpful?

Solution

From jQuery documentation:

Sliding

You have slideDown(), slideUp(), slideToggle().

Here is good tutorial explaining vertical and horizontal sliding with jQuery.

Slide Elements in Different Directions

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top