Permalink

Open Source Javascript Animation Framework – GX

GX is an Open Source Javascript Animation Framework to create complex animations with every W3C CSS property. GX is based on jQuery, the popular Javascript Library. This is full-featured, cross-browser, super-tiny (10kb uncompressed) Javascript Animations Framework. Features Animation support for … Continue reading

Permalink

Animate Your Links – jQuery Link Nudging

Get animated menu effect using jQuery. A simple and small script that does the trick. Cool effect for your website, or application using jQuery. The jQuery Javascript $(document).ready(function() { $(‘a.nudge’).hover(function() { //mouse in $(this).animate({ paddingLeft: ’20px’ }, 400); }, function() … Continue reading

Page 3 of 612345...Last »