Commit 7424a760 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Cross-references (#6860)

parent d54bed45
...@@ -196,6 +196,9 @@ class RotationTransition extends AnimatedWidget { ...@@ -196,6 +196,9 @@ class RotationTransition extends AnimatedWidget {
} }
/// Animates its own size and clips and aligns the child. /// Animates its own size and clips and aligns the child.
///
/// For a widget that automatically animates between the sizes of two children,
/// fading between them, see [AnimatedCrossFade].
class SizeTransition extends AnimatedWidget { class SizeTransition extends AnimatedWidget {
/// Creates a size transition. /// Creates a size transition.
/// ///
...@@ -245,6 +248,9 @@ class SizeTransition extends AnimatedWidget { ...@@ -245,6 +248,9 @@ class SizeTransition extends AnimatedWidget {
} }
/// Animates the opacity of a widget. /// Animates the opacity of a widget.
///
/// For a widget that automatically animates between the sizes of two children,
/// fading between them, see [AnimatedCrossFade].
class FadeTransition extends AnimatedWidget { class FadeTransition extends AnimatedWidget {
/// Creates an opacity transition. /// Creates an opacity transition.
/// ///
......
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