es6tween-parser-html
v0.0.3
Published
Executing Tweening via HTML Attribute and JSON Plugin
Downloads
20
Maintainers
Readme
es6-tween-parser-exechtml
Usage
import { Tween } from 'es6-tween';
import 'es6-tween-parser-exechtml';
XHR.load('myAnim.json').then(TWEEN.parseJSON)Attributes
For all attributes on HTML will apply prefix
anim-, likeanim-on="click".from- From valuesto- To valuesopts- Options (params/config)on- Event (when trigger?)target- Not animation itself, select target
