Skip to content

deorwine-infotech/react-image-text-animation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

React Stripe Checkout

About Project

This is a demo for the text or image animation.

Installation

You can start by installing with npm or yarn:

with npm or yarn If you use npm , follow these commads in your command prompt :- npm install npm start

'OR'

If you use yarn , follow these commads in your command prompt :-

yarn yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • HTML 11.0%
  • CSS 8.1%