The aim of three.js is to create a lightweight 3D library with a very low level of complexity. The library provides <canvas>
, <svg>
, CSS3D and WebGL renderers.
Features
<canvas>
, <svg>
, CSS3D, DOM, Software; effects: anaglyph, crosseyed, stereo and moreSome effects for a perspective page view navigation where the page itself gets pushed away in 3D to reveal a menu or other items.
Pushing the site content aside to reveal a navigation has certainly become a trend for mobile navigations. The approach reflects some practices in app design where "views" are shown with animations. Here are small set of effects that take the page and move it in 3D to reveal a navigation.
Magic Move is a jQuery plugin to do transitions between DOM states.
Magic Move is a better way of doing transitions and, rather than hard coding positions, delegate layout to the browser.
Minimit Anima is a jQuery plugin to animate with transforms and transitions.
It's built to have fast animation execution, and it has an api similar to jquery animate, with animations queueing.
jQuery numbers animation plugin, adds 'number' property and step function to jQuery's animate function properties.
Flot Animator is a jQuery plugin that will add smooth or gradual animations to your Flot charts, Flot Animator will allow you to highlight and draw attention to some charts and/or series by easily adding animation to your existing charts.
AnimatedScroll.js is a smooth, animated document scroll to a specific element, supporting native jQuery UI easings.
tween.js is a super simple, fast and easy to use tweening engine.
Nice tutorial about some inspiration for headers that animate when scrolling the page. This tutorial show you what kind of effects could be used to spice up your website’s starting element and give it some life.
Animelt is a jQuery plugin that allows you to run complex animations on your web page.
Jumble is a jQuery plugin that jumbles up the colours of your text - and can animate them. (which is mobile safe)
Single.JS is a jQuery plugin that make it easy to create single-page websites to portfolios, presentations and more.
Single.JS offers beautiful animations to transition sections and resizes automatically the images.
jquery.transformlist is a jQuery plugin to add support for styling and correctly animating CSS3 transforms that make use of multiple transform functions.
jquery.transformlist aims to assist you in creating a transform list of several transform functions that are composited for a specific task, and then provides you with means to use jQuery.animate()
between different sets of arguments for those transform functions.
jQuery Waiting is a jQuery plugin to generate spinners and loaders, without images, canvas, or other nonsense. jQuery Waiting uses standard, widely accepted css to style your waiting spinner, and a little jQuery to make it function
GFX is an 3D CSS3 animation library that extends jQuery with some useful functionality for programmatically creating CSS3 transitions.
CSS3 transitions are superior to manual ones (using setTimeout) since they're hardware accelerated, something particularly noticeable on mobile devices.