Release Notes
v0.1 / 10-29-2008 �jquery inner slide v0.1 launch.
What's inner slide
Inner slide is a plugin for jquery, with this plugin you ccan slide
content inner a div or other html element easily.
document
innser_slide(container, direction, options, callback)
- container: the target where slide in
- direction:slide direction, left, right, top, bottom.
- options:animation options.
duration:A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).
easing:The name of the easing effect that you want to use (plugin required). There are two built-in values, "linear" and "swing".
- callback: a function called after the slide end.
examples
