Comparing version 1.1.8 to 1.1.9
@@ -205,3 +205,4 @@ | ||
public destroy (): this; | ||
public spring<K extends keyof A> (spring: SpringInput<A, K>): Spring<A, K>; | ||
public spring<K extends keyof A> (spring: SpringLinearDefinition<A, K>): SpringLinear<A, K>; | ||
public spring<K extends keyof A> (spring: SpringDistanceDefinition<A, K>): SpringDistance<A, K>; | ||
public play (animation: AnimationInput<A>, options?: OptionsInput, all?: boolean, cache?: boolean): this; | ||
@@ -279,3 +280,4 @@ public playAttrimators (attrimatorMap: AttrimatorMap<A>, all?: boolean): this; | ||
public destroy (): this; | ||
public spring<K extends keyof A> (spring: SpringInput<A, K>): Spring<A, K>; | ||
public spring<K extends keyof A> (spring: SpringLinearDefinition<A, K>): SpringLinear<A, K>; | ||
public spring<K extends keyof A> (spring: SpringDistanceDefinition<A, K>): SpringDistance<A, K>; | ||
public play (animation: AnimationInput<A>, options?: OptionsInput, all?: boolean, cache?: boolean): this; | ||
@@ -282,0 +284,0 @@ public playAttrimators (attrimatorMap: AttrimatorMap<A>, all?: boolean): this; |
{ | ||
"name": "anim8js", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "anim8js - Anim8 Everything", | ||
@@ -5,0 +5,0 @@ "main": "build/anim8js.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1100664
15664