animation-top-view
v0.1.2
Published
A library of React components created using [`animation-top-view`](https://www.npmjs.com/package/animation-top-view).
Downloads
24
Readme
animation-top-view
A library of React components created using animation-top-view.
Installation
npm install animation-top-viewUse
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} />