Author Topic: Is it a bug for AM?  (Read 2462 times)

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Is it a bug for AM?
« on: December 27, 2020, 09:28:00 PM »
Hi All, I just added animation action for loading page, it running fine. But it got a warning message as below.

warning: transition waiting not recommended (use animation delays instead)
warning: transition waiting not recommended (use animation delays instead)

If I remove wait = true, the animation can't run. I don't know is it a bug for AM. Please let me known who know it. Thank you.

animation.add( PropertyAnimation(loadingY,   {when = Transition.ToGame, property = "x", start = -1920, end = 0, delay = 400, wait = true, time = 1200 }));

The Theme
http://forum.attractmode.org/index.php?topic=3828.0
« Last Edit: December 27, 2020, 11:10:19 PM by kent79 »

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: Is it a bug for AM?
« Reply #1 on: December 28, 2020, 05:32:02 PM »
have tried this statement ..."wait"...using animation module..
and it is a known non working part of it...  sucks...  not Shure abought
the animate 2 module though...

that's all i know...   not a AM bug.. but just never completed in the animation module..!
help a friend....

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: Is it a bug for AM?
« Reply #2 on: December 29, 2020, 01:42:36 AM »
I see. Thank you.  :)