jasonpcole / motion-ui

Sass library for creating transitions and animations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion UI

CDNJS

A Sass library for creating CSS transitions and animations from your friends at ZURB. Originally integrated into Foundation for Apps, the code is now a standalone library, soon to be used by Foundation for Sites and Foundation for Apps.

Installation

  • On npm: npm install motion-ui
  • On Bower: bower install motion-ui

Demos

View live demos on the ZURB Playground.

Documentation

View the documentation here.

Develop Locally

git clone https://github.com/zurb/motion-ui
cd motion-ui
npm install
  • Run npm start to compile test Sass/JS files, and to build the documentation.
    • **To make changes to the documentation, edit the files under docs/src.
  • Run npm test to run the unit tests.
  • Run npm start dist to compile distribution files.

About

Sass library for creating transitions and animations.

License:MIT License


Languages

Language:CSS 74.0%Language:JavaScript 16.3%Language:HTML 9.7%