New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wooldoughnut310/react-gsap

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wooldoughnut310/react-gsap

React components for GSAP

latest
Source
npmnpm
Version
3.2.1
Version published
Maintainers
1
Created
Source

react-gsap

React components for GSAP

NPM npm type definitions npm bundle size (version)

Introduction

react-gsap lets you use the GreenSock Animation Platform (GSAP) in React in a fully declarative way. It abstracts away the direct use of the GSAP Tween and Timeline functions.

If you need the full control it's possible by getting low level access to the underlying objects.

In addition to that it ships some GSAP Plugins and useful helper components.

From version 2 on it's build for GSAP 3 and only has gsap as a peer dependency. In this way you can update gsap separately from react-gsap.

It's built with TypeScript and ships the types directly in the package.

Documentation and examples are here: https://bitworking.github.io/react-gsap/

The examples on the documentation pages are all editable directly in the browser. So play with it!

Installation

npm install gsap react-gsap

About GSAP

GreenSock Animation Platform (GSAP) is a set of some JavaScript functions which let you tween a value/attribute/css property over time and insert these tweens into a timeline for more complex animations.

react-gsap just adds some React wrapper components for these functions, so also read the official GreenSock documentation to know how to do things:

GreenSock Docs

License

MIT © bitworking

FAQs

Package last updated on 14 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts