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

@awesomecss/animations

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awesomecss/animations

A functional CSS animation library for UI interactions.

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
31
increased by10.71%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 22 Mar 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc