Socket
Socket
Sign inDemoInstall

@awesomecss/animations

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @awesomecss/animations

A functional CSS animation library for UI interactions.


Version published
Weekly downloads
45
decreased by-4.26%
Maintainers
1
Install size
26.1 kB
Created
Weekly downloads
 

Readme

Source

Animations :sparkles:

A functional CSS animation library designed for UI interactions.

  • Tiny at around 7KB minified (1.2KB GZipped!)
  • Zero dependencies
  • Performant with stable 60FPS buttery smooth animations
  • Works with basically anything that can render HTML/CSS 🙌

🕹 Usage

Use the CDN

The quickest and easiest way to start include the CDN hosted file in the <head> of your html file.

<link rel="stylesheet" href="https://unpkg.com/@awesomecss/animations@0.1.2/dist/animations.min.css" />

Using npm/yarn

You can add this library to your node workflow by running:

npm install @awesomecss/animations --save

It'll be up to you to include/import either the .scss files (within /src/) or the compiled .css files (within /dist) with your project's set up.

FAQs

Last updated on 22 Mar 2018

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