Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "drain-js", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Makes smooth transitions between two numbers.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,4 @@ # drain-js | ||
![gif](./preview.gif) | ||
![Preview](./preview-2.gif) | ||
, | ||
@@ -38,2 +39,4 @@ A callback based utility for making fluent number changes. | ||
![Preview](./preview.gif) | ||
### Parameters | ||
@@ -45,5 +48,5 @@ | ||
end: Number, | ||
speed?: Number, | ||
onInterval?: Function, | ||
onComplete?: Function, | ||
speed: Number, | ||
onInterval: Function, | ||
onComplete: Function, | ||
}); | ||
@@ -62,7 +65,7 @@ ``` | ||
| Name | Status | URL | | ||
| ---------------- | ------ | ---------------------------------------------------------- | | ||
| Demo | WIP | - | | ||
| Demo with React | ✔️ | [Link](https://codesandbox.io/s/drain-js-react-demo-crzyu) | | ||
| Demo with Vue | WIP | - | | ||
| Demo with Svelte | WIP | - | | ||
| Name | Status | URL | | ||
| ---------------- | ------ | --------------------------------------------------------------- | | ||
| Demo | ✔️ | [Link](https://codepen.io/aykutkardas/pen/QWMaeqw?editors=1010) | | ||
| Demo with React | ✔️ | [Link](https://codesandbox.io/s/drain-js-react-demo-crzyu) | | ||
| Demo with Vue | WIP | - | | ||
| Demo with Svelte | WIP | - | |
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
146302
11
68