descent-ripple
Advanced tools
Comparing version 0.3.2 to 1.0.0
@@ -31,7 +31,8 @@ declare module "descent-ripple" { | ||
/** In-animation type for the lines. Default draw. Can also supply custom function. draw/scale/fade/blur/fly are from [svelte](https://github.com/sveltejs/svelte/blob/master/src/runtime/transition/index.ts) */ | ||
linesInAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | ((node: Element, props: object) => TransitionConfig), | ||
linesInAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | "draw-reverse" | ((node: Element, props: object) => TransitionConfig), | ||
/** Out-animation type for the lines. Default fade. Can also supply custom function. draw/scale/fade/blur/fly are from [svelte](https://github.com/sveltejs/svelte/blob/master/src/runtime/transition/index.ts) */ | ||
linesOutAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | ((node: Element, props: object) => TransitionConfig), | ||
linesOutAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | "draw-reverse" | ((node: Element, props: object) => TransitionConfig), | ||
/** Animation parameters for the lines draw effect. Can be a function on the line indexes, eg. (i)=>({delay:30*i}) */ | ||
@@ -50,6 +51,6 @@ linesInAnimationProps?: DrawParams | ((lineIndex: number) => DrawParams) | CustomAnimationParams | ((lineIndex: number) => CustomAnimationParams), | ||
/** In-animation type for the circle. Default scale. Can also supply custom function. draw/scale/fade/blur/fly are from [svelte](https://github.com/sveltejs/svelte/blob/master/src/runtime/transition/index.ts) */ | ||
circleInAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | ((node: Element, props: object) => TransitionConfig), | ||
circleInAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | "draw-reverse" | ((node: Element, props: object) => TransitionConfig), | ||
/** Out-animation type for the circle. Default fade. Can also supply custom function. draw/scale/fade/blur/fly are from [svelte](https://github.com/sveltejs/svelte/blob/master/src/runtime/transition/index.ts) */ | ||
circleOutAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | ((node: Element, props: object) => TransitionConfig), | ||
circleOutAnimation?: "draw" | "scale" | "fade" | "blur" | "fly" | "draw-reverse" | ((node: Element, props: object) => TransitionConfig), | ||
@@ -56,0 +57,0 @@ |
{ | ||
"name": "descent-ripple", | ||
"description": "A ripple animation overlay for buttons. Uses svg and is build with Svelte", | ||
"version": "0.3.2", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "rollup -c" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
40
0
8668
4
83