aagarwal1012 / aagarwal1012/Animated-Text-Kit

pause duration affects the first frame

Đang mở Phù hợp với người mới
#276 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Dart
Star
1.8k
Fork
321
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

```
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText('................................'),
],
pause: const Duration(seconds: 7), // <--- have to wait for 7 seconds to see the text '...........'
repeatForever: true,
)
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Look at the AnimatedTextKit widget and its pause parameter handling, likely in lib/src/animated_text_kit.dart. Examine how the initial animation delay is applied, particularly for TypewriterAnimatedText. Test by running the provided example and modifying the pause logic to ensure the first frame appears immediately before the pause takes effect.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
dart, flutter
Lĩnh vực
frontend, mobile
Loại issue
Lỗi
Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Đặc tả rõ ràng
Mức phù hợp với người mới
65/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.