react-gsap icon indicating copy to clipboard operation
react-gsap copied to clipboard

React components for GSAP

Results 40 react-gsap issues
Sort by recently updated
recently updated
newest added

I have defined my timeline as such: ```jsx const Component = () => { const [playState, setPlayState] = useState(PlayState.pause); return ( ); ``` where `` is a component using react-gsap...

help wanted

With previous implementation, when children changed the animation did not work. This PR fixes that.

Could you kindly update the react-gsap version to v3.3.0 on npm please? Thank you very much.

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.3. Release notes Sourced from socket.io-parser's releases. 3.3.3 Bug Fixes check the format of the index of each attachment (fb21e42) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.2...3.3.3 Branch: 3.3.x...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.35. Changelog Sourced from ua-parser-js's changelog. Version 0.7.35 / 1.0.35 Fix result from user-supplied user-agent being altered Add new browser: Heytap, TikTok Add new engine:...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

This is quite a requirement instead of an issue. I really grateful for the work you have done, it make things much easier. However, I try to read you document...

`import { useGSAP } from "@gsap/react"; import { ScrollTrigger } from "gsap/ScrollTrigger"; gsap.registerPlugin(useGSAP, ScrollTrigger); const gsapTriggerRef = useRef(null); const gsapDivRefs = useRef([]); useGSAP(() => { const tl = gsap.timeline({ scrollTrigger:...