animateClick Documentation

How to setup the plugin

View Demo   Download

Step 1 : Include JS Files

                    
                    
                    

Step 2 : Activate plugin

                    $(document).ready(function() {
                    	$('#btn').animateClick();
                    });
                    

More Options

If you want to create a blue signal animation with a size of 12 then

                    $(document).ready(function() {
                    	$('#btn').animateClick({
                    		"color":"blue",
                    		"animation":"signal",
                            "size":12
                        });
                    });
                    

You have 5 animations to select from
1. Default animation if you don't specify one
2. signal
3. shoot
4. tick
5. cross

If you wish to help us continue and improve our services

Donate