##// END OF EJS Templates
Added tag v1.0.4 for changeset 03f3149f6507
Added tag v1.0.4 for changeset 03f3149f6507

File last commit:

r10:641c326d4bb4 v1.0.2 default
r15:4476d1cdf4fc default
Show More
NodeListFxTests.ts
7 lines | 314 B | video/mp2t | TypeScriptLexer
cin
added type parameter to Evented<T>, T is the event map...
r10 import * as NodeList from "dojo/NodeList-fx";
cin
Maintenance release...
r8
cin
added type parameter to Evented<T>, T is the event map...
r10 const nl: dojo.NodeList<Node> = new NodeList();
cin
Maintenance release...
r8
const anim: dojo._base.Animation = nl.fadeIn();
const anim2: dojo._base.Animation = nl.fadeIn({duration: 500});
const nl2: typeof nl = nl.fadeOut({auto: true, onEnd: () => {}});
const other = nl.fadeOut({auto: false});