feat: adopt material 3 theme and billing adjustments
This commit is contained in:
@@ -32,17 +32,9 @@ class AnimationControllerHelper {
|
||||
pulseController.duration = const Duration(milliseconds: 1500);
|
||||
pulseController.repeat(reverse: true);
|
||||
|
||||
// 웨이브 컨트롤러 초기화
|
||||
// 웨이브 컨트롤러 초기화: 반복으로 부드럽게 루프
|
||||
waveController.duration = const Duration(milliseconds: 8000);
|
||||
waveController.forward();
|
||||
|
||||
// 웨이브 애니메이션이 끝나면 다시 처음부터 부드럽게 시작하도록 설정
|
||||
waveController.addStatusListener((status) {
|
||||
if (status == AnimationStatus.completed) {
|
||||
waveController.reset();
|
||||
waveController.forward();
|
||||
}
|
||||
});
|
||||
waveController.repeat();
|
||||
}
|
||||
|
||||
/// 모든 애니메이션 컨트롤러를 재설정하는 메서드
|
||||
|
||||
Reference in New Issue
Block a user