motion-ui

WebJar for motion-ui

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

motion-ui
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

motion-ui
WebJar for motion-ui
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/zurb/motion-ui

Download motion-ui

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/motion-ui/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>motion-ui</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/motion-ui/
implementation 'org.webjars.npm:motion-ui:1.2.3'
// https://jarcasting.com/artifacts/org.webjars.npm/motion-ui/
implementation ("org.webjars.npm:motion-ui:1.2.3")
'org.webjars.npm:motion-ui:jar:1.2.3'
<dependency org="org.webjars.npm" name="motion-ui" rev="1.2.3">
  <artifact name="motion-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='motion-ui', version='1.2.3')
)
libraryDependencies += "org.webjars.npm" % "motion-ui" % "1.2.3"
[org.webjars.npm/motion-ui "1.2.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : jquery jar [2.2.0,)

Project Modules

There are no modules declared in this project.

Motion UI

   

Install | Demo | Documentation | Releases


Build Status CDNJS dependencies Status devDependencies Status

💎 The powerful Sass library for creating CSS transitions and animations. Originally integrated into Foundation for Apps, the code is now a standalone library, used by Foundation for Sites and Foundation for Apps. Made by your friends at ZURB.

Installation

Install Motion UI with npm or Bower.

npm install motion-ui --save
bower install motion-ui --save

Then to build with Sass (Autoprefixer is required):

// Add the load path "[modules_folder]/motion-ui/src" to your Sass configuration
@import 'motion-ui';

@include motion-ui-transitions;
@include motion-ui-animations;

Autoprefixer is required for the Sass installation as Motion UI uses unprefixed transition and animation properties. We recommend you to install PostCSS and Autoprefixer.

Or to use the equivalent pre-compiled CSS, import the Motion UI standalone CSS file dist/motion-ui.css or dist/motion-ui.min.css.

To easily transition elements in and out using Motion UI classes, import the Motion UI JavaScript library dist/motion-ui.js or dist/motion-ui.min.js.

See the full installation instructions

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.
org.webjars.npm

zurb

Versions

Version
1.2.3
1.1.1