Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.16 KB

File metadata and controls

42 lines (31 loc) · 1.16 KB

Moving Letters

A animejs powered react library to create text animations. Inspired by the works of Tobia Sahlin Moving Letters.

NPM JavaScript Style Guide

Install

npm install --save moving-letters

Usage

import React, { Component } from 'react'
import { GreatThings, BeautifulQuestions, SignalNoise, Thursday, ReadySetGo, SunnyMorning } from 'moving-letters'

export default class App extends Component {
  render () {
    return (
      <React.Fragment>
        <SunnyMorning text='Sunny Morning' />
        <GreatThings text='Great Things' />
        <BeautifulQuestions text="Beautiful Questions" />
        <SignalNoise text='Signal Noise'/>
        <Thursday text='Thursday'/>
        <ReadySetGo text='Ready Set Go'/>
      </React.Fragment>
    )
  }
}

Demo

You can check the demo at https://romitkarmakar.github.io/moving-letters/

License

MIT © romitkarmakar