@types/web-animations-js
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -72,4 +72,4 @@ // Type definitions for web-animations-js 2.2 | ||
reverse(): void; | ||
addEventListener(type: "finish", handler: AnimationEventListener): void; | ||
removeEventListener(type: "finish", handler: AnimationEventListener): void; | ||
addEventListener(type: "finish" | "cancel", handler: AnimationEventListener): void; | ||
removeEventListener(type: "finish" | "cancel", handler: AnimationEventListener): void; | ||
effect: KeyframeEffect; | ||
@@ -76,0 +76,0 @@ readonly finished: Promise<Animation>; |
{ | ||
"name": "@types/web-animations-js", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "TypeScript definitions for web-animations-js", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "4bace08c71c5724d613b7e4fab63203b5dae218155251ef3b9ba9f2451945467", | ||
"typesPublisherContentHash": "0de3f1e7184d835f252024fa2bc6c2e0b5a23450ae7ad60de2c50e767ab56fa9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 31 Mar 2017 00:49:51 GMT | ||
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Animation, AnimationPlaybackEvent, GroupEffect, KeyframeEffect, SequenceEffect |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5588
4