CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Animations #565

Closed multiformeingegno closed 9 years ago

multiformeingegno commented 11 years ago

Is it possible to have animations just like this slider? http://themeforest.net/item/inovado-retina-responsive-multipurpose-theme/full_screen_preview/3810895?ref=depietrijojo3

JamyGolden commented 11 years ago

You could add animations like that within AnythingSlider with the onSlideComplete callback function. You would have to write your own custom javascript within that callback and animate the items.

The slider you were referring to (Revolution Slider) seems to specifically be a Wordpress plugin, but I may be wrong. It's designed to make the random moving items easy for non-javascript-developers to implement.

tl;dr. AnythingSlider can animate like that with a bit of javascript development within the AnythingSlider API.