Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Maintainers
1
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

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

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