Hello!

Hello!

How can I use the Resume event (if possible) to trigger a new animation/binding.

I for example set the transparency of an icon to 0 and use the Set a variable action on resume to set it back to 255. The result I get, even with the animate function, is that the desktop loads and the icon plops up a bit after with no animation.

Maybe this can be fixed with a script using a delay or maybe some other way. If you know a solution please comment.

]]>

5 Commentsto Hello!

  1. Anonymous says:

    < ![CDATA[

    I think that what you do is right but there is a bug in the current beta with transparency. I am working on a fix.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Well it doesn’t work for scaleĀ either.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    I’ll publish an update soon. Let’s see how this works with this new version.

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Now it crashes… Sent a bug report!

    ]]>

  5. Anonymous says:

    < ![CDATA[

    My bad šŸ™


    Thanks for the log, Ā I found and fixed the bug. The fix will be in the next update.


    Upon resume Android may play an animation and the screen is frozen for a short time. I tested that using a small delay before to start the animation works, for instance the transparency property can be set to:


    animate(‘$transp’, 400, ‘ac’, 1000)


    (where transp is toggled from 0 to 1 in the paused and resumed event).

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *