Submit your widget
65
Yays

very cool background animation with jquery

Views 14967   downloads 2607   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;…