File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
package/pheno_ui/lib/animation Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,21 @@ enum TransitionLibrary {
9999 reverseDuration: Duration (milliseconds: 400 ),
100100 )),
101101
102+ carouselPrimary (TransitionAnimation (
103+ primary: MultiTweenLibrary .slideInUp,
104+ secondary: MultiTweenLibrary .carouselOutLeft,
105+ duration: Duration (milliseconds: 400 ),
106+ reverseDuration: Duration (milliseconds: 300 ),
107+ )),
108+
109+ carouselSecondary (TransitionAnimation (
110+ primary: MultiTweenLibrary .carouselInLeft,
111+ primaryReverse: MultiTweenLibrary .slideInUp,
112+ secondary: MultiTweenLibrary .carouselOutLeft,
113+ duration: Duration (milliseconds: 600 ),
114+ reverseDuration: Duration (milliseconds: 300 ),
115+ )),
116+
102117 ;
103118 final TransitionAnimation animation;
104119 const TransitionLibrary (this .animation);
You can’t perform that action at this time.
0 commit comments