@webbydevs/react-animation v1.0.3
webbydevs/react-animation
A lightweight and easy-to-use NPM package that enables React developers to add basic on-scroll animations with typescript support to their web applications. With just a single component, you can bring life to your UI by implementing engaging floating animations.
Installation
Install @webbydevs/react-animation using NPM:
npm install @webbydevs/react-animationhttps://www.npmjs.com/package/@webbydevs/react-animation
Documentation
The package contains only one component which is easy to use. You can import it like this:
import { Animation } from "@webbydevs/react-animation";The component takes two arguments, direction and delay.
directionis required for the component to function properly. This property regulates the direction from which the animation will float in. It accepts the following values: "top", "right", "bottom", "left".
delayproperty is optional and, when included, requires a number representing the duration, in milliseconds, by which the component is delayed. Using this property correctly, you achive some very cool wave like effects.
Example usage
<Animation direction={"left"} delay={200}>
{/* You component goes here... */}
</Animation>If you would like to see some real life examples of this package, you can check it out at our organization's home page. https://webbydevs.com
Thank you
Thank you for choosing the @webbydevs/react-animation library to enhance your React applications! We're excited to be a part of your creative journey and we hope it adds a touch of magic to your user interface. Thanks again for being a part of our community. Happy coding!
Also, check out our organization at https://webbydevs.com