1.1.3 • Published 6 months ago

moving-letters v1.1.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 months ago

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

or

yarn add 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 text1="Signal" text2="Noise" />
        <Thursday text="Thursday" />
        <ReadySetGo text="Ready Set Go Start" />
      </React.Fragment>
    )
  }
}

Demo

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

License

MIT © romitkarmakar

1.1.3

6 months ago

1.1.2

6 months ago

1.0.1

4 years ago

1.0.0

4 years ago