fixed setting global animation sync frame when started with ".init_event"
authorHolger Schemel <info@artsoft.org>
Wed, 16 Aug 2023 13:55:22 +0000 (15:55 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 3 Sep 2023 20:59:57 +0000 (22:59 +0200)
commit750acafbde75f2f9006a1aee9da683b20e20998e
tree1678c2b58ef25757c05759d0c914ad392c1a59cc
parenta761d121263d681381a61087f110a9320626a8d0
fixed setting global animation sync frame when started with ".init_event"

The previous code only handled adjusting the initial animation sync
frame when starting the animation using an "init delay" configuration
(starting the animation after a delay), but did not handle starting
the animation using an "init event" configuration (like triggering by
a click event or by a custom element change), in which case the sync
frame should also be reset.
src/anim.c