diff options
Diffstat (limited to 'components/layout/animation.rs')
-rw-r--r-- | components/layout/animation.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/animation.rs b/components/layout/animation.rs index fecc4762d67..7f0eaf140f9 100644 --- a/components/layout/animation.rs +++ b/components/layout/animation.rs @@ -139,7 +139,6 @@ pub fn recalc_style_for_animations(context: &SharedLayoutContext, animation, &mut fragment.style, Some(&mut damage)); - animation.increment_keyframe_if_applicable(); } } } |