aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/animation.rs')
-rw-r--r--components/style/animation.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/animation.rs b/components/style/animation.rs
index 50735801c2a..ae96078c38c 100644
--- a/components/style/animation.rs
+++ b/components/style/animation.rs
@@ -502,6 +502,7 @@ fn compute_style_for_animation_step(context: &SharedStyleContext,
// as existing browsers don't appear to animate visited styles.
let computed =
properties::apply_declarations(context.stylist.device(),
+ previous_style.rules(),
iter,
previous_style,
previous_style,