- Jun 10, 2018
- 6,327
- 22,773
Anyone knows about this? Is there something like this for ATL?
I have a animation where every image zooms in and transitions to the next. The problem is that the transition seems to reset the zoom and the image pops to its original size before the new one shows up :/
I found anim_timebase which seems to be exactly what I need, but it's outdated and doesn't work in ATL.
I have a animation where every image zooms in and transitions to the next. The problem is that the transition seems to reset the zoom and the image pops to its original size before the new one shows up :/
I found anim_timebase which seems to be exactly what I need, but it's outdated and doesn't work in ATL.
The animation timebase, used when anim_timebase is True, starts at the instant of the first frame from which the tag of the image containing this animation has been shown on the screen. This can be used to switch between two animations, in a way that ensures they are synchronized to the same timebase. The displayable timebase, used when anim_timebase=False, starts at the first frame after the displayable is shown, and can be used to ensure the entire animation is seen, even if an image with the same tag was already on the screen.