Reputation: 4099
Does anybody know a similar plugin to Flow Slider but for Mootools?
Upvotes: 0
Views: 168
Reputation: 17010
You can use a plugin I made some time ago for myself. Try it here.
As you can see, it's quite identical to the jQuery plugin you linked.
You can find the Mootools plugin itself here, and then you just need (as you can see in the fiddle):
var myPanner = new Panner('theItemsContainer', { limit: true, center: true });
It's important that you look at CSS rules in the demo I made for you, I commented the needed ones!!!
Let me know!!!
Upvotes: 1