mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added Animation.isActive():boolean
See: http://api.greensock.com/js/com/greensock/core/Animation.html#isActive()
This commit is contained in:
Vendored
+1
@@ -24,6 +24,7 @@ declare class Animation {
|
||||
duration(value:number):any;
|
||||
eventCallback(type:string, callback?:Function, params?:any[], scope?:any):any;
|
||||
invalidate():any;
|
||||
isActive():boolean;
|
||||
kill(vars?:Object, target?:Object):any;
|
||||
pause(atTime?:any, suppressEvents?:boolean):any;
|
||||
paused(value?:boolean):any;
|
||||
|
||||
Reference in New Issue
Block a user