@seberm/react-marquee

1.1.9 • Public • Published

@seberm/react-marquee

React Marquee using GSAP

The animation direction reflects the clients scroll direction

Scrolling takes over the animation speed

NPM JavaScript Style Guide

Live demo

Install

npm install --save @seberm/react-marquee

Usage

import React, { Component } from 'react'

import Marquee from '@seberm/react-marquee'

const Example = () => {
  return (
    <Marquee spacing="20">
      <h2>Hello World<h2>
    </Marquee>
  )
}

CSS

.marquee-container, .marquee-wrap  {
  overflow:hidden;
}
.marquee {
  position:absolute;
}

Props

name type default description
reverse boolean false animates from left to right
separation number 0 separation between each child in px

License

MIT © Ermilin


Readme

Keywords

Package Sidebar

Install

npm i @seberm/react-marquee

Weekly Downloads

57

Version

1.1.9

License

MIT

Unpacked Size

3.67 MB

Total Files

22

Last publish

Collaborators

  • seberm