Share Posted April 22, 2014 Hiya, For some reason autoAlpha won't work when it's contained in a Timelinemax. But if I replace it with alpha it works fine. What am I doing wrong? I've attached a simple FLA showing this. Using Greensock version 12.1.3 on a Windows 7 PC. Thanks. autoAlpha_Test.zip Link to comment Share on other sites More sharing options...
Share Posted April 22, 2014 You forgot to activate the plugin, that's all. The reason it probably worked when you only did a tween is because I'm guessing you were using TweenMax (not TweenLite), which automatically activates a bunch of common plugins like AutoAlphaPlugin. TweenPlugin.activate([AutoAlphaPlugin]); Link to comment Share on other sites More sharing options...
Author Share Posted April 23, 2014 Well, that makes sense. I must admit that I always use tweenmax, so the thought of having to activate it separately never occurred to me. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now