diff --git a/lib/fx_10_hyper_text/hyper_text.dart b/lib/fx_10_hyper_text/hyper_text.dart
index 3ad4f50..6a4f867 100644
--- a/lib/fx_10_hyper_text/hyper_text.dart
+++ b/lib/fx_10_hyper_text/hyper_text.dart
@@ -63,7 +63,7 @@ class _HyperTextState extends State<HyperText> {
 
     _timer = Timer.periodic(
       widget.duration ~/
-          (widget.text.isNotEmpty ? widget.text.length * 10 : 10),
+          (widget.text.length * 10),
       (timer) {
         if (!widget.animateOnLoad && isFirstRender) {
           timer.cancel();