Skip to content
Sass library for creating transitions and animations.
Branch: master
Clone or download
Pull request Compare This branch is 95 commits behind zurb:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
dist
docs
lib
src
test
.gitignore
.npmignore
.scss-lint.yml
LICENSE
README.md
bower.json
gulpfile.js
motion-ui.js
motion-ui.scss
package.json

README.md

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

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.
You can’t perform that action at this time.