@types/web-animations-js
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -27,3 +27,3 @@ // Type definitions for web-animations-js 2.2 | ||
offset?: number; | ||
[key: string]: string | string[] | number | number[] | undefined; | ||
[key: string]: string | number | [string | number, string | number] | undefined; | ||
} | ||
@@ -50,7 +50,8 @@ | ||
activeDuration: number; | ||
onsample: any; | ||
parent: any; | ||
target: any; | ||
onsample: (timeFraction: number | null, effect: KeyframeEffect, animation: Animation) => void | undefined; | ||
parent: KeyframeEffect | null; | ||
target: HTMLElement; | ||
timing: AnimationEffectTiming; | ||
getFrames(): AnimationKeyFrame[]; | ||
remove(): void; | ||
} | ||
@@ -60,2 +61,3 @@ interface AnimationEventListener { | ||
} | ||
declare class Animation { | ||
@@ -62,0 +64,0 @@ constructor(effect: KeyframeEffect, timeline?: AnimationTimeline); |
{ | ||
"name": "@types/web-animations-js", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "TypeScript definitions for web-animations-js", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a1f838aa500a80b835e69ef37025fd920d80b7ed6b536765b6d0fec32e936fb2", | ||
"typesPublisherContentHash": "1b1be25f20ab2fe16a3400487e825f29000216c859160af026b6b55e6949f95d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 28 Mar 2017 05:17:58 GMT | ||
* Last updated: Tue, 28 Mar 2017 19:51:22 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
4525
88