Socket
Socket
Sign inDemoInstall

animation.css

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    animation.css

CSS animation functional classes


Version published
Weekly downloads
261
decreased by-1.14%
Maintainers
1
Install size
4.64 kB
Created
Weekly downloads
 

Readme

Source

animation.css

CSS animation function classes.

setup

npm install animation.css
@import 'node_modules/animation.css/main';

classes

animation-direction

  • .animation-reverse animates in reverse
  • .animation-alternate alternates direction

animation-fill-mode

  • .animation-seed seeds first frame during animation delay
  • .animation-stay stays in last frame after completion
  • .animation-fill seeds and stays

animation-play-state

  • .animation-paused pauses animation

animation-name

  • .animation-none deactivates animation

animation-iteration-count

  • .animation-infinite animates forever

usage

<figure class="animation-infinite animation-stay">
  Apply classes to control animation properties.
</figure>

Keywords

FAQs

Last updated on 12 Jun 2017

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