first commit
This commit is contained in:
12
lib/core/theme/app_motion.dart
Normal file
12
lib/core/theme/app_motion.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AppMotion {
|
||||
const AppMotion._();
|
||||
|
||||
static const fast = Duration(milliseconds: 120);
|
||||
static const normal = Duration(milliseconds: 220);
|
||||
static const slow = Duration(milliseconds: 360);
|
||||
|
||||
static const standardCurve = Curves.easeOutCubic;
|
||||
static const emphasizedCurve = Curves.easeOutQuart;
|
||||
}
|
||||
Reference in New Issue
Block a user