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
I try to use composer animation for offset animation
var func = Compositor.CreateLinearEasingFunction(); ;
var offsetXAnimation = Compositor.CreateScalarKeyFrameAnimation();
offsetXAnimation.Duration = TimeSpan.FromSeconds(5);
CompositionVisual.StartAnimation("Offset.X", offsetXAnimation);
When the Visual is a shape, the animation is smooth, but when the Visual is a text, the animation becomes jittery, I want to convert the value of each change to an integer, this should reduce the jitter, please tell me how to do it .
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
-
I try to use composer animation for offset animation
When the Visual is a shape, the animation is smooth, but when the Visual is a text, the animation becomes jittery, I want to convert the value of each change to an integer, this should reduce the jitter, please tell me how to do it .
Beta Was this translation helpful? Give feedback.
All reactions