1.1.1 • Published 6 years ago

mercury-animate v1.1.1

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

Mercury.js

Dependency Status MIT License

An Animation Library for javascript.

Use like Timeline!

Mercury is a chemical element with symbol Hg and atomic number 80.


Install

npm install mercury-animate

yarn add mercury-animate
import Hg from "mercury-animate"

Animate

var root = Hg.timeline(); // Create root timeline layer.

root.add({
    targets: "div",
    duration: 2000,
    delay: 500,
    transformX: "100%",
    scaleX: 2,
    easing: "linear"
});

var layer1 = timeline.parallel({
    targets: "p",
    duration: 1000,
    transformY: "100%",
    easing: "easeInOutCubic"
});

root.add({
    targets: "div",
    duration: 500,
    transfromX: "-50%"
})

root.start();

Write More Descriptions Later.

1.1.1

6 years ago

1.1.0

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.1

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago