rubyquaild-my-tween
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -20,3 +20,4 @@ declare type tweenFunction = (value: number) => any; | ||
stop: () => void; | ||
readonly value: number; | ||
}; | ||
export {}; |
@@ -28,3 +28,6 @@ "use strict"; | ||
}, | ||
get value() { | ||
return mapF(progress / count); | ||
}, | ||
}; | ||
}; |
@@ -45,3 +45,7 @@ type tweenFunction = (value: number) => any; | ||
}, | ||
get value(): number { | ||
return mapF(progress / <number>count); | ||
}, | ||
}; | ||
}; |
{ | ||
"name": "rubyquaild-my-tween", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "a time independant tween", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
9837
214