Jun
Open Source 3D API – Create Browser Based Rich Applications
O3D is an open source 3D web API to create rich, interactive 3D applications in the browser. This API is shared at an early stage as part of a conversation with the broader developer community about establishing an open web standard for 3D graphics.

Categories: Design
Tags: Animation, API, Open Source, Tool
Mar
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 every CSS property
- Easing Equations support (with GX.transitions.js)
- Multi-unit animations & relative animations
- Easily Customizable
- Light weight
- 0% Browser sniffing, 100% pure JavaScript
- Respects the Strict Standards and doesn’t generate Javascript/CSS Warnings
Website: http://gx.riccardodegni.net
Categories: Javascript, Open Source, Scripts & Apps
Tags: Animation, Framework, Javascript, jQuery, Open Source
Jan
Simple jQuery Spy Effect with Tutorial
jQuery Spy Effect scrolls the list in a beautiful way, very attractive style and effect. In a follow up tutorial It’ll show you how to hook this in to an Ajax hit that doesn’t hammer your server and keeps the effect nice and smooth.
Categories: Extras, Javascript, Menu and Navigation, Scripts & Apps, Tips and Tutorials
Tags: Animation, Effect, Javascript, jQuery
Jan
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
$(‘a.nudge’).hover(function() { //mouse in
$(this).animate({ paddingLeft: ’20px’ }, 400);
}, function() { //mouse out
$(this).animate({ paddingLeft: 0 }, 400);
});
});
Categories: Javascript, Menu and Navigation, Scripts & Apps
Tags: Animation, jQuery, Navigation
Jan
The Sexy Curls jQuery Open Source Plugin
The Sexy Curls jQuery Plugin is an open-source jQuery plugin by Elliott Kember which lets you share in the beauty of the page fold.
It has nice curl effect and that curl could be manual or automatic in its behavior. You can easily customize this plugin.
Categories: Javascript, Open Source, Scripts & Apps
Tags: Animation, Effect, Javascript, jQuery, Peel
Jan
Garage Door Style Menu using jQuery

Using jQuery and a plugin to help with animating background /examples/images, we are able to make a sliding “Garage Door” style menu. The menu code is purely semantic. The UL provides the “background”, the list items provide the “shutters” and the links themselves are the “windows”.
Categories: Menu and Navigation, Scripts & Apps
Tags: Animation, jQuery, Navigation
Jan
jQuery Cycle Builder Slideshow Plugin
The jQuery Cycle Plugin is a lightweight slideshow plugin. It supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and many transition effects. It also supports, but does not require, the Metadata Plugin and the Easing Plugin.
The plugin provides a method called cycle which is invoked on a container element. Each child element of the container becomes a “slide”. Options control how and when the slides are transitioned.
You can use images, text, video and all kind of media with this.
Website: http://malsup.com/jquery/cycle/
Categories: Gallery, Javascript, Open Source, Scripts & Apps
Tags: Animation, jQuery, Presentation
Jan
Crossfader – Javascript / CSS to fade between elements
Javascript Crossfader is nice script to fade between different divs. It fades in and out using different slides you provide to Crossfader. Crossfader has a very smooth animation effect.

The constructor takes three variables: an array containing the ids of the divs to be faded, the fade time (in milliseconds), and the delay between fades (also in milliseconds).
Categories: Design, Gallery, Javascript, Scripts & Apps, XHTML & CSS
Jan
jQuery Image Gallery

Create your own simple image gallery for your site with jQuery. jQuery makes creating simple interactive web pages a breeze. Use this easy to implement jQuery image gallery to show off your quality images using an interactive interface. This script uses the hover method on thumbnail images to show larger versions of the thumbnail.

Demo via: http://www.adamoliver.net/jquery-image-gallery
Download via: http://blog.adamoliver.net/wp-content/uploads/2008/12/jquery-gallery.zip
Requirements: http://www.jquery.com/
Categories: Menu and Navigation, PHP, Scripts & Apps










