@types/web-animations-js
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -72,4 +72,4 @@ // Type definitions for web-animations-js 2.2 | ||
reverse(): void; | ||
addEventListener(type: number, handler: AnimationEventListener): void; | ||
removeEventListener(type: number, handler: AnimationEventListener): void; | ||
addEventListener(type: "finish", handler: AnimationEventListener): void; | ||
removeEventListener(type: "finish", handler: AnimationEventListener): void; | ||
effect: KeyframeEffect; | ||
@@ -76,0 +76,0 @@ readonly finished: Promise<Animation>; |
{ | ||
"name": "@types/web-animations-js", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "TypeScript definitions for web-animations-js", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "76c375f7269ae9ca75e9eb7cf30ce74c11f3efd8d3ea90870a244c5ce46f5b40", | ||
"typesPublisherContentHash": "a1f838aa500a80b835e69ef37025fd920d80b7ed6b536765b6d0fec32e936fb2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 27 Mar 2017 20:43:37 GMT | ||
* Last updated: Tue, 28 Mar 2017 05:17:58 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
4369