All Projects → joshtynjala → gtween.js

joshtynjala / gtween.js

Licence: other
Port of Grant Skinner's GTween to JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

gtween.js

Parts of the GTween library by Grant Skinner ported to JavaScript from ActionScript by Josh Tynjala.

Usage

If you’re familiar with GTween in ActionScript, mostly everything should be as you remember.

new GTween(target, duration,
{
	targetProp1: value1,
	targetProp2: value2
},
{
	tweenProp1: value3,
	tweenProp2: value4
});

Unsupported features

The following features from the original GTween are not included in this port. They may be added in the future.

  • GTweenTimeline
  • Plugins
  • Easing functions are not included (but can be used)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].