Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

web-animation-club

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

6

package.json
{
"name": "web-animation-club",
"version": "0.2.1",
"version": "0.2.2",
"description": "Web Animation Club",
"repository": "rcaferati/web-animation-club",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"main": "dist/web-animation-club.js",
"module": "dist/web-animation-club.js",
"keywords": [

@@ -10,0 +10,0 @@ "clipboard",

@@ -7,2 +7,10 @@ # web-animation-club

## Quick usage
Quick usage example of the `onceTransitionEnd` wac method.
```javascript
wac.onceTransitionEnd(element).then(function(event) {
// ... do something
});
```
## Live Demo

@@ -9,0 +17,0 @@ Access the demo at [https://webanimation.club](https://webanimation.club)

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc