You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, kudos on shipping the new animation engine! The performance improvements have really been noticeable in some tests I've been doing! 🚀
However, in some cases I need to able to observe the progress or current frame of an animation in real time. In the past, I've been using this helper that uses the display link to capture the current progress/frame of an animation in a frame. These still work on version 4.0+, but only when using the legacy main thread engine. If I attempt to use the newer Core Animation one, the observer helper fails to fetch the realtime animation values.
Has anyone got something similar to work on the new engine? Or could help me point out some possible issues with my code? Here is my helper classes as of now:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First of all, kudos on shipping the new animation engine! The performance improvements have really been noticeable in some tests I've been doing! 🚀
However, in some cases I need to able to observe the progress or current frame of an animation in real time. In the past, I've been using this helper that uses the display link to capture the current progress/frame of an animation in a frame. These still work on version 4.0+, but only when using the legacy main thread engine. If I attempt to use the newer Core Animation one, the observer helper fails to fetch the realtime animation values.
Has anyone got something similar to work on the new engine? Or could help me point out some possible issues with my code? Here is my helper classes as of now:
CADisplayLink (iOS)
CVDisplayLink (macOS)
Beta Was this translation helpful? Give feedback.
All reactions