Created
January 4, 2026 08:58
-
-
Save skydoves/14a05d8072e2e493452e1c9f443fe800 to your computer and use it in GitHub Desktop.
Landscapist: Plugin DSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LandscapistImage( | |
| model = imageUrl, | |
| component = rememberImageComponent { | |
| +ShimmerPlugin( | |
| shimmer = Shimmer.Resonate( | |
| baseColor = Color.LightGray, | |
| highlightColor = Color.White | |
| ) | |
| ) | |
| +CrossfadePlugin( | |
| duration = 350 | |
| ) | |
| } | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment