aagarwal1012 / aagarwal1012/Animated-Text-Kit

[TypewriterAnimatedText] How to remove cursor blinking at the end ?

オープン
#302 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
1.8k
フォーク
321
PR マージ指標
30日以内にマージされた PR はありません

説明

How to remove cursor blinking at the end ?

I can see here that cursor "_" blinks 5 times in the next line, I am wondering if i can remove these blinks at the end

https://user-images.githubusercontent.com/58068925/213699339-252d7dda-047a-4c90-9491-79e624b4aff3.mov

```
AnimatedTextKit(
animatedTexts: [
TypewriterAnimatedText(
greetingsText,
speed: const Duration(milliseconds: 200),
),
],
totalRepeatCount: 1,
)
```

Thank you for your time !

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Look at the TypewriterAnimatedText class in the animated_text_kit package. The cursor blinking is likely controlled by a parameter or property within that class. Check the source code for cursor-related settings, possibly in the animation logic. Test changes by running the example app to verify the cursor no longer blinks after the text finishes typing.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
dart, flutter
領域
frontend, mobile
issue の種類
機能追加
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
40/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。