style: Document the animated_properties code.

This commit is contained in:
Emilio Cobos Álvarez 2016-12-31 03:21:38 +01:00
parent 56f9a1a55c
commit b023791af5
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 60 additions and 8 deletions

View file

@ -88,7 +88,7 @@ pub fn update_animation_state(constellation_chan: &IpcSender<ConstellationMsg>,
if let Animation::Transition(_, unsafe_node, _, ref frame, _) = running_animation {
script_chan.send(ConstellationControlMsg::TransitionEnd(unsafe_node,
frame.property_animation
.property_name(),
.property_name().into(),
frame.duration))
.unwrap();
}