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
{{ message }}
This repository was archived by the owner on Jul 11, 2024. It is now read-only.
like ViewPagerIndicator's. It makes the active indicator jump to the
next position instead of following the scroll offsets. I've also
documentated it in the README.
The following attributes are supported: `activeColor`, `inactiveColor`, `activeType` (either fill or stroke), `inactiveType` (either fill or stroke), `fadeOut` (time in ms until indicator fades out, 0 = never), `radius`.
69
+
70
+
By default, the 'active' indicator moves smoothly from one 'inactive' indicator
71
+
to the next, as the user scrolls. If you set the `snap` attribute to `true`, it
72
+
will instead jump to the next position when the flow settles at the next page.
73
+
74
+
The following attributes are supported: `activeColor`, `inactiveColor`,
75
+
`activeType` (either fill or stroke), `inactiveType` (either fill or stroke),
76
+
`fadeOut` (time in ms until indicator fades out, 0 = never), `radius`, `sync`
77
+
(see above).
71
78
72
79
#### Title Flow Indicator ####
73
80
This indicator presents the title of the previous, current and next `View` in the adapter (see screenshot below).
0 commit comments