Submit your widget
60
Yays

very cool background animation with jquery

Views 14694   downloads 2471   Image Effects

This is a cool background animation with jquery. Hear is all jquery code: (function($) { $.fn.animatedBG = function(options){ var height = $(this).height(); var width = $(this).width(); var parts = options.parts;…