Skip to content

foundation/motion-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion UI

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

Usage

View the documentation in the docs folder. You can also download the code and compile the documentation into HTML.

git clone https://github.com/zurb/motion-ui.git
cd motion-ui
npm install
npm start

Develop Locally

  • Run npm start to compile the documentation.
  • Run npm test to run the unit tests.
  • Run npm start dist to compile distribution files.