mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
[animations] Added FadeTransition Demo (#375)
* [animations] Added FadeTransition Demo * updated acc to reviews * updated acc to reviews Co-authored-by: John Ryan <ryjohn@google.com>
This commit is contained in:
@@ -11,6 +11,7 @@ import 'src/basics/04_tweens.dart';
|
||||
import 'src/basics/05_animated_builder.dart';
|
||||
import 'src/basics/06_custom_tween.dart';
|
||||
import 'src/basics/07_tween_sequence.dart';
|
||||
import 'src/basics/08_fade_transition.dart';
|
||||
import 'src/misc/hero_animation.dart';
|
||||
import 'src/misc/animated_list.dart';
|
||||
import 'src/misc/card_swipe.dart';
|
||||
@@ -59,6 +60,10 @@ final basicDemos = [
|
||||
name: 'Tween Sequences',
|
||||
route: TweenSequenceDemo.routeName,
|
||||
builder: (context) => TweenSequenceDemo()),
|
||||
Demo(
|
||||
name: 'Fade Transition',
|
||||
route: FadeTransitionDemo.routeName,
|
||||
builder: (context) => FadeTransitionDemo()),
|
||||
];
|
||||
|
||||
final miscDemos = [
|
||||
|
||||
Reference in New Issue
Block a user