UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

14 lines (12 loc) 298 B
/// <reference path='../../dist/jsdk.d.ts' /> JS.imports('$jsan').then(() => { let anim = new TweenAnim({ keys: { value: [0, 1000] }, round: 0 }).targets('.el'); $1('#demo').on('click', () => { anim.play() }) })