You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ComposeFadingEdges/src/main/kotlin/com/gigamole/composefadingedges/content/scrollconfig/FadingEdgesScrollConfigDefaults.kt
* The ComposeFadingEdges advises using an animation (custom or default [AnimationSpec]) to provide an interactive fading edges size transitions (due to the dynamic
22
22
* items size or partial content). Especially useful when [Dynamic.IsLerpByDifferenceForPartialContent] is enabled.
23
23
*/
24
-
valAnimationSpec:AnimationSpec<Float> = spring()
24
+
valAnimationSpec:AnimationSpec<Float>
25
+
get() = spring()
25
26
26
27
/** The default values for [FadingEdgesScrollConfig.Dynamic] type. */
0 commit comments