Closed shreyaspaul closed 4 years ago
Hey OP. Loved your plugin and I'd like to integrate it into my future projects too!
The problem I'm facing is: I can't seem to get the plugin running on a very simple html page.
Here is what I've done to my code:
The effect just does not come into effect.
It'd be great if you could help me learn this!
I'm adding my html file too.
index.txt
I'm sure you've figured it out by now, but you were missing some initialization code:
$('body').ripples({ resolution: 512, dropRadius: 20, perturbance: 0.04, });
Hey OP. Loved your plugin and I'd like to integrate it into my future projects too!
The problem I'm facing is: I can't seem to get the plugin running on a very simple html page.
Here is what I've done to my code:
The effect just does not come into effect.
It'd be great if you could help me learn this!
I'm adding my html file too.
index.txt