Socket
Socket
Sign inDemoInstall

after-transition

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    after-transition

Fire a callback after a transition or immediately if the browser does not support transitions


Version published
Maintainers
1
Install size
131 kB
Created

Readme

Source

after-transition

Fire a callback after a transition or immediately if the browser does not support transitions. If the element does not have a transition property it will also fire immediately.

Installation

$ component install anthonyshort/after-transition

or via npm for use with Browserify

$ npm install after-transition

API

var afterTransition = require('after-transition');

afterTransition(el, function(){
  // Do things when the transition has finished
  // This will fire immediately for IE
});

afterTransition.once(el, function(){
  // Same as above but will only fire once
});

License

MIT

Keywords

FAQs

Last updated on 23 Aug 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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