11 |
Aurelia Navigation Skeleton
12 |
13 |
14 |
15 |
16 |
17 |
24 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/dts/aurelia/aurelia-animator-css.d.ts:
--------------------------------------------------------------------------------
1 | declare module 'aurelia-animator-css/animator' {
2 | export class CssAnimator {
3 | animationStack: any;
4 | constructor();
5 | addMultipleEventListener(el: any, s: any, fn: any, b: any): void;
6 | addAnimationToStack(animId: any): void;
7 | removeAnimationFromStack(animId: any): void;
8 | getElementAnimationDelay(element: any): number;
9 | move(): Promise