Search the Community
Showing results for tags 'docs'.
-
Hi there ! There is a typo in the example of the documentation here: https://gsap.com/resources/react-advanced/#passing-down-a-callback-to-build-a-timeline The `contextSafe` callback is not extracted from the first usage of the useGSAP hook usage. function App() { const [reversed, setReversed] = useState(false); const [tl, setTl] = useState(); // Here the `const { contextSafe } =` part is missing useGSAP(() => { const tl = gsap.timeline(); setTl(tl); }, []); const addAnimation = useCallback((animation, index) => { tl && tl.add(animation, index * 0.1); },[tl]); // contextSafe wrapper called here but not defined previously const toggleTimeline = contextSafe(() => { tl.current.reversed(!tl.current.reversed()) }); That being said, the codepen later in the doc has the correct code ! As always, thanks for the brilliant work and everything Regards Félix
-
Hey, I'm new here. Digging the docs, i found this at the beginning, and I'm confused: The comment says something about the situation when jQuery is included, then uses regular DOM selector example. You don't actually need jQuery for selecting all the elements with specific class. So i propose to change this example . I believe this may be confusing for beginners like me. If you don't see it that way, just delete this topic and forget about it. PS Do you have docs open sourced for proposals of changes?
-
hey guys! GSAP animation is the first and only animation library I have used. Although learning it through the Docs hasn't been difficult, it would be nice to have someone develop an extension for GSAP products for code editors. This extension could provide quick access to parameters, functions stc. I think this has been a community demand for a long time and I would request anyone with knowledge of developing IDE extensions to please take up this project thanks in advance!
-
Hello, Maybe it has been already pointed out but bookmarking or linking to a docs page is not working. When I click on this link for example... http://greensock.com/docs/#/HTML5/GSAP/TweenLite/TweenLite/ it will reload the page with this start page: http://greensock.com/docs/#/HTML5/
-
Greetings developers, do you guys have any PDF file or ebook for gsap. Its easier for me print and read. Thanks in advance.
-
Hi Jack, I was wondering if there are any docs and if possible, usage examples for the 2 new plugins EndArrayPlugin and CSSTransformPlugin. Thanks, Praney
- 9 replies
-
- docs
- csstransformplugin
-
(and 1 more)
Tagged with: