diff --git a/components/style/keyframes.rs b/components/style/keyframes.rs index 247ca8efc25..0eb0662c128 100644 --- a/components/style/keyframes.rs +++ b/components/style/keyframes.rs @@ -302,7 +302,7 @@ impl KeyframesAnimation { } if steps.last().unwrap().start_percentage.0 != 1. { - steps.push(KeyframesStep::new(KeyframePercentage::new(0.), + steps.push(KeyframesStep::new(KeyframePercentage::new(1.), KeyframesStepValue::ComputedValues)); }