Skip to content

A animejs powered react library to create text animations.

Notifications You must be signed in to change notification settings

nickmadev/moving-letters

 
 

Repository files navigation

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

About

A animejs powered react library to create text animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 20.3%
  • HTML 4.2%