road0001 / tweensy

Automatically exported from code.google.com/p/tweensy
1 stars 0 forks source link

autoHide not implemented #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Create a TweensyTimeline instance of a target from alpha=1 to alpha=0 and
set autoHide=true

What is the expected output? What do you see instead?
Target should go visible=false as alpha reaches 0, but target is still visible

What version of the product are you using? On what operating system?
Tweensy 0.2.2 WinXP

Please provide any additional information below.

Original issue reported on code.google.com by spikything@gmail.com on 31 Mar 2010 at 10:36

GoogleCodeExporter commented 8 years ago
Investigating the code, the autoHide property is there, just not being used for
anything. It should also probably belong in the tween parameters object passed 
to
tweening functions. Great work though!

Original comment by spikything@gmail.com on 31 Mar 2010 at 10:39