Function style::animation::update_style_for_animation_frame
[−]
[src]
pub fn update_style_for_animation_frame(
new_style: &mut Arc<ComputedValues>,
now: f64,
start_time: f64,
frame: &AnimationFrame
) -> bool
Updates a given computed style for a given animation frame. Returns a bool representing if the style was indeed updated.