Animation of 'moveTo' function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-02 02:39 AM
Hi, I remember that in the past I've seen in the TouchGFX documentation a function that was like the 'moveTo' function but with the possibility to have an animation from the initial position to the final position of the object. I don't remember if it was a function of the Circle class, but I can't find it anymore and it would be really useful for my project.
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-02 11:48 PM
Hello,
Are you referring to the following function ? https://support.touchgfx.com/docs/api/classes/classtouchgfx_1_1_move_animator/#startmoveanimation
When your question is answered, please close this topic by choosing Select as Best.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-02 11:48 PM
Hello,
Are you referring to the following function ? https://support.touchgfx.com/docs/api/classes/classtouchgfx_1_1_move_animator/#startmoveanimation
When your question is answered, please close this topic by choosing Select as Best.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-03 12:33 AM
Yes, thanks!