Unverified Commit de6995cf authored by Shi-Hao Hong's avatar Shi-Hao Hong Committed by GitHub

Added Hero zero-frame animation documentation (#30048)

parent ea343ccc
...@@ -77,11 +77,13 @@ Rect _globalBoundingBoxFor(BuildContext context) { ...@@ -77,11 +77,13 @@ Rect _globalBoundingBoxFor(BuildContext context) {
/// same tag, a hero animation is triggered. /// same tag, a hero animation is triggered.
/// ///
/// If a [Hero] is already in flight when navigation occurs, its /// If a [Hero] is already in flight when navigation occurs, its
/// flight animation will be redirected to its new destination. /// flight animation will be redirected to its new destination. The
/// widget shown in-flight during the transition is, by default, the
/// The widget shown in-flight during the transition is, by default, the
/// destination route's [Hero]'s child. /// destination route's [Hero]'s child.
/// ///
/// For a Hero animation to trigger, the Hero has to exist on the very first
/// frame of the new page's animation.
///
/// Routes must not contain more than one [Hero] for each [tag]. /// Routes must not contain more than one [Hero] for each [tag].
/// ///
/// ## Discussion /// ## Discussion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment