Search results
Mar 25, 2018 · Hi, I have a React component that is a replica of the Reddit character. It is composed of several grouped paths and I would like to conditionally render a different face on the character based on the value of this.state.face in the component and tween the animation when the faces change.
Subclasses. TweenLite is an extremely fast, lightweight, and flexible animation tool that serves as the foundation of the GreenSock Animation Platform (GSAP), available in AS2, AS3, and JavaScript. A TweenLite instance handles tweening one or more properties of any object (or array of objects) over time. TweenLite can be used on its own to ...
TweenMax extends TweenLite, adding many useful (but non-essential) features like repeat (), repeatDelay (), yoyo (), AS3 event dispatching, updateTo (), pauseAll (), and more. It also activates many extra plugins by default, making it extremely full-featured. Any of the plugins can work with TweenLite too, but TweenMax saves you the step of ...
Create an Account. It's free; Participate in the forums; Get updates on the products you use; Learn about exclusive offers and more!
Create an Account. It's free; Participate in the forums; Get updates on the products you use; Learn about exclusive offers and more!
Scrambles the text in a TextField with randomized characters (uppercase by default, but you can define lowercase or a set of custom characters), refreshing new randomized characters at regular intervals while gradually revealing your new text over the course of the tween (left to right).
Jan 17, 2016 · This is so simple! and I've done this a lot before, but for some reason I can't get this simple scrollTo to work, again! I've tried to get it to scroll in a few different ways (which I commented out in the codePen), and I've rebuild it a few times in different ways--but still for some reason, I c...
Jan 15, 2016 · Hello, I'm mystified as to why the stroke on the red bar in my pen doesn't animate like the stroke on the white bar.
Oct 3, 2016 · Hi there, Having a bizarre issue with Callback functions within a repeating timeline & I can't seem to resolve it!
Jun 28, 2012 · I am using LoaderMax to load external SWFs. The load is successful but progress in not properly reported. onProgress will trace a steady growth in numbers but wont put those numbers in a text box. It will wait until the load is almost finished and then place just the 100% in the text box. I made ...