Animation query demo

jQuery URL animation plugin is featuring powerful query system. Different animations can be added to the query and will be played one after another

Watch the address bar to see the demo

Just call the function urlAnim() on an element several times with different options and the animations will be automatically added to default query. You can also set unlimited number of different queries and run them on click. The possibilities are limitless

 
<script type="text/javascript">
    $(document).ready(function(){
       $("#messages p").each(function(){
           $(this).urlAnim({
               duration: 5000,
               type: "chaos",
               repeat: 1,
               align: "center"        
           }).urlAnim({
               duration: 1000,
               repeat: 5,
               type: "flash",
               align: "center"        
           }).urlAnim({
               duration: 5000,
               type: "randomHide",
               repeat: 1,
               align: "center"        
           });
       });
    });
</script>


Premium jQuery plugins, PHP scripts, Wordpress themes