0.1.2 • Published 5 years ago

animation-top-view v0.1.2

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

animation-top-view

A library of React components created using animation-top-view.

Installation

npm install animation-top-view

Use

let cards = [{
            name: "card3",
            scale: 18.57142857,
            x: 0,
            y: 0,
            z: -15
        }, {
            name: "card2",
            scale: 29.28571429,
            x: 0,
            y: 0,
            z: -30
        }, {
            name: "camera",
            x: 2.4,
            y: -2.4,
            z: -3,
            focal: 50,
            haperture: 36,
            vaperture: 24
        }];
<AnimationTopView currentSelect= {'card3'} cards={cards}  />
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago