Skip to main content

Widget Documentation: LMFeedSnackbarView

Widget: LMFeedSnackbarView

The LMFeedSnackbarView is a customizable snackbar component for displaying transient messages with animation support for content transitions.

MethodDescription
animateContentIn(delay: Int, duration: Int)Animates the content of the snackbar view into the screen with a specified delay and duration.
animateContentOut(delay: Int, duration: Int)Animates the content of the snackbar view out of the screen with a specified delay and duration.

View the code on GitHub