Giter Club home page Giter Club logo

react-magic-card's Introduction

Release Status Minzip Size License: MIT

This is the framer motion animation components, that support images gallery.

Installation

npm install react-magic-card framer-motion

Usage Guide

import { StraightInfinity } from 'react-magic-card'

function MyComponent() {
  const images = [
    {
      src: '/cat.jpeg',
      alt: 'alt'
    },
    {
      src: '/dog.jpeg',
      alt: 'alt'
    },
    {
      src: '/bird.jpeg',
      alt: 'alt'
    }
  ]

  return (
    <StraightInfinity
      images={images}
      width={100}
      height={100}
      controller={100}
      start={Math.ceil(images.length / 2 - 1)}
    />
  )
}

Common Properties

Property Meaning
images (required) array of images and objects containing the src and alt properties
start (required) index number of the array of start scale position
width (required) width of the single image
height (required) height of the single image
controller (required) controller size is add to the size of the component
offsetIndex add an offset to the index of the components and images
reverseIndex order the change the overlap of zindex default true
className className of the component
classImages className of the images
classImageSelect className of the select image
classImageUnique className of the index number is assigned to the end
animate object in the animation property
initial object in the animation property
transition object in the transition property
detailTransition object in the transition property
detailProperty object in the detail property
loading loading attribute of img element in html
initialFadeRange range of fade animation after page loaded
initialTransTime transition time of fade animation after page loaded

CircleRotation Properties

Property Meaning
radius (required) radius of the circle

StraightInfinity Properties

Property Meaning
vertical vertical or horizontal the default true
margin spacing of the between images

Animation Object

Property Meaning
scale scaling of the images
opacity opacity or transparency of the images
rotate rotation of the images
rotateX X-axis rotation of the images
rotateY Y-axis rotation of the images
rotateZ Z-axis rotation of the images
selectScale scaling of the selected image
selectOpacity opacity of the selected image
selectRotate rotation of the selected image
selectRotateX X-axis rotation of the selected image
selectRotateY Y-axis rotation of the selected image
selectRotateZ Z-axis rotation of the selected image

Transition Object

It is Inherits framer motion transition object ease and (type: 'spring').

detailProperty Object

Property Meaning
classDetail className of the detail image
white white or black for background the default true
alpha background transparency of a number between 0 ~ 1
blur blur intensity of a number between 1 ~ 20 a preferred
scale scale of the detail image
rotate rotation of the images

License

The MIT License.

react-magic-card's People

Contributors

refirst11 avatar

Stargazers

viky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.