0.0.9 • Published 5 years ago

react-image-text-animation v0.0.9

Weekly downloads
38
License
-
Repository
github
Last release
5 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

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago