SecretTextView
A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds.
Install / Use
/learn @mattkula/SecretTextViewREADME
SecretTextView
A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds.
<img src="https://i.imgflip.com/95m91.gif"/>How To Use
Use it just like a normal TextView for the most part.
<com.mattkula.secrettextview.SecretTextView
android:id="@+id/textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="This is a demo of Matt Kula's Secret TextView"
android:textSize="30sp"
android:textColor="@android:color/black"
/>
To fade in or fade out the text:
secretTextView.show(); // fade in
secretTextView.hide(); // fade out
secretTextView.toggle(); // fade in or out depending on current state
To change the duration of the fading (default is 2.5 seconds):
secretTextView.setDuration(3000); // set fade duration to 3 seconds
To set visibility without fading in or out:
secretTextView.setIsVisible(true);
secretTextView.setIsVisible(false);
Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
