🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

css-transforms

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-transforms

A tiny library for for dynamically animating DOM elements using CSS transforms.

0.1.0
latest
Source
npm
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

css-transforms.js

Build status

A tiny JavaScript library for dynamically animating DOM elements using CSS transforms.

The library is currently extreme alpha. If you just found it, it's probably not what you're looking for (yet).

Installation

Via NPM

npm install css-transforms

Via Jam

jam install css-transforms

Via Git

git clone git@github.com:philbooth/css-transforms.js.git

Usage

Loading the library

Via CommonJS

var transforms = require('css-transforms');

Via AMD

require('css-transforms', function (transforms) { });

Globally

<script type="text/javascript" src="css-transforms.min.js"></script>

Development

Dependencies

The build environment relies on Node.js, NPM, Jake, JSHint, Mocha, Chai and UglifyJS. Assuming that you already have Node.js and NPM set up, you just need to run npm install to install all of the dependencies as listed in package.json.

Unit tests

The unit tests are in test/css-transforms.js. You can run them with the command npm test or jake test.

Keywords

animation

FAQs

Package last updated on 23 Feb 2013

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