Home | History | Annotate | Download | only in animation

Lines Matching refs:Reverse

2000   // Reverse direction with positive playback rate.
2001 animation->set_direction(Animation::Reverse);
2005 // Alternate reverse direction.
2006 animation->set_direction(Animation::Reverse);
2022 // Reverse direction with negative playback rate.
2023 animation->set_direction(Animation::Reverse);
2027 // Alternate reverse direction with negative playback rate.
2028 animation->set_direction(Animation::Reverse);