Animation Particles Text

Last Update
26 January 2012
Regular License
$5
Extended License
$25
Sales
49

Very nice animation!!!! create special effect with bezierCurveTo effect of movement of text, circle with special effect images effect of semicircular upper / lower line corner effect effect of straight line with a few modifications you can create images with special effects spectacular OnClick Block animation. Flash not required WebGL not required, uses 2D context Uses JQuery (included) Works in any modern browser

TECNOCAL SUPPORT

DOCUMENTATION FILE JS 1) js/RequestAnimationFrame.js Tells the browser that you wish to perform an animation; this requests that the browser schedule a repaint of the window for the next animation frame. The method takes as an argument a callback to be invoked before the repaint.

SINTAX

window.mozRequestAnimationFrame(callback); // Firefox window.msRequestAnimationFrame(callback); // IE 10 PP2 + window.webkitRequestAnimationFrame(callback[, element]); // Chrome/Webkit

2) js/Tween.js Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner’s equations.

js/Sparks.js Sparks.js is a library to help create 3D particles in Javascript.

It uses three.js for Vector classes and rendering and uses ease functions from tween.js.

3) js/Three.js JAVASCRIPT 3D ENGINE lightweight 3D engine with a very low level of complexity — in other words, for dummies. The engine can render using canvas, svg and WebGL.