0.0.9 • Published 6 years ago

react-image-text-animation v0.0.9

Weekly downloads
38
License
-
Repository
github
Last release
6 years ago

React Image Text Animation

Installation

yarn add react-image-text-animation

or

npm install react-image-text-animation --save

Basic Usage

import ReactImageTextAnimation from 'react-image-text-animation';

<ReactImageTextAnimation  animation={'slide ltr'} font={'25px'} duration={1000} data={'Lorem Ipsum'} dataType={'text'} className={'class'} tStyle={{marginLeft: '25px'}}/>

Props (All Required)

  • font

  • duration

  • data

  • dataType

  • className

  • tStyle

animation Prop

  • slide ltr
  • slide with bounce
  • text
  • bounce

dataType Prop

  • image
  • text

Team

Deorwine-Infotech Github Profile


0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago