Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 4, 2026 08:58
Show Gist options
  • Select an option

  • Save skydoves/14a05d8072e2e493452e1c9f443fe800 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/14a05d8072e2e493452e1c9f443fe800 to your computer and use it in GitHub Desktop.
Landscapist: Plugin DSL
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