Skip to content

Commit

Permalink
Fix wrong link to staggered animations example (flutter#10074)
Browse files Browse the repository at this point in the history
Fixes flutter#10073

Co-authored-by: Anthony Sansone <atsansone@users.noreply.github.com>
  • Loading branch information
Gj1337 and atsansone committed Jan 24, 2024
1 parent b6f02aa commit 454213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/animations/staggered-animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,6 @@ class _StaggerDemoState extends State<StaggerDemo>
[staggered_pic_selection]: {{site.repo.this}}/tree/{{site.branch}}/examples/_animation/staggered_pic_selection
[`CurvedAnimation`]: {{site.api}}/flutter/animation/CurvedAnimation-class.html
[`Curves`]: {{site.api}}/flutter/animation/Curves-class.html
[Full code for basic_staggered_animation's main.dart]: {{site.repo.this}}/tree/{{site.branch}}/examples/_animation/basic_staggered_animation/main.dart
[Full code for basic_staggered_animation's main.dart]: {{site.repo.this}}/tree/{{site.branch}}/examples/_animation/basic_staggered_animation/lib/main.dart
[`Interval`]: {{site.api}}/flutter/animation/Interval-class.html
[`Tween`]: {{site.api}}/flutter/animation/Tween-class.html

0 comments on commit 454213c

Please sign in to comment.