Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

drukka/rc-animations

Repository files navigation

rc-animations

React animations on scroll

NPM JavaScript Style Guide

Install

npm install --save rc-animations

Animations

  • slideInDown
  • slideInLeft
  • slideInRight
  • slideInUp
  • fadeIn
  • fadeInDown
  • fadeInDownBig
  • fadeInLeft
  • fadeInLeftBig
  • fadeInRight
  • fadeInRightBig
  • fadeInUp
  • fadeInUpBig
  • zoomIn
  • zoomInDown
  • zoomInLeft
  • zoomInRigh
  • zoomInUp
  • bounce
  • bounceIn
  • flip
  • flipInX
  • flipInY
  • rotateIn
  • rotateInDownLeft
  • rotateInDownRight
  • rotateInUpLeft
  • rotateInUpRight
  • flash
  • pulse
  • rubberBand
  • shake
  • swing
  • tada
  • wobble
  • lightSpeedIn

Usage

import React, { Component } from 'react';

import Animations from 'rc-animations';

class App extends Component {
  render() {
    return (
      <Animation animation='lightSpeedIn'>
        <img src='https://drukka.hu/assets/img/drukka_logo.png' />
      </Animation>
    );
  }
}

License

MIT © norco95

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published