Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

descent-ripple

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

descent-ripple - npm Package Compare versions

Comparing version 0.3.2 to 1.0.0

9

dist/ripple.d.ts

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc