Submit your widget
66
Yays

very cool background animation with jquery

Views 15004   downloads 2629   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;…