Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Latest commit

 

History

History

animate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Animate

Usage

Stylesheets

Sass

@import "myg-animate/animate"

// Include classes (optional)
+myg__classes--animation

Javascript

ES6

import MygAnimate from 'myg-animate';

or

import * as myg from 'myg-src/myg';
const MygAnimate = myg.MygAnimate;