animation-top-view

0.1.2 • Public • Published

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}  />

Readme

Keywords

none

Package Sidebar

Install

npm i animation-top-view

Weekly Downloads

2

Version

0.1.2

License

none

Unpacked Size

9.81 kB

Total Files

5

Last publish

Collaborators

  • tallulahyang