ImagePulseTint -> PulseAlpha

make it more generic to pulse alpha values, not necessarily image
tints

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-04-29 00:34:31 -04:00
parent a29277d263
commit a4ec0982d2
3 changed files with 23 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ pub mod profile;
mod username;
pub mod widgets;
pub use anim::{AnimationHelper, ImagePulseTint};
pub use anim::{AnimationHelper, PulseAlpha};
pub use mention::Mention;
pub use note::{NoteContents, NoteOptions, NoteView};
pub use profile::{ProfilePic, ProfilePreview};