react-animarker
v3.0.13
Published
Animated mark tags on scroll
Maintainers
Readme
React Animarker
Animarker is a <mark> component that animates once in the viewport.
Getting Started
Installation
npm i react-animarkerOr, if you are using yarn:
yarn add react-animarkerUsage
Import the component and use it as a regular mark tag. Eg.:
import { Animarker } from "react-animarker";Types
React Animarker was built on Typescript, so types are included in the package without the need to add extra types.
