UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

14 lines (13 loc) 323 B
/// <reference path='../../dist/jsdk.d.ts' /> JS.imports('$jsan').then(() => { let anim = new TweenAnim({ keys: { left: 250, borderRadius: ['0%', '50%'], backgroundColor: '#FFF' } }).targets('.el'); $1('#demo').on('click',()=>{ anim.play() }) })