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
A clear and concise description of what the bug is.
The dots progress which is used to animate when moving between pages. But as of 3.1.9, they are static and not animating. On 3.1.8, it's fine.
To Reproduce
Steps to reproduce the behavior:
Use 3.1.9 and make some sample 2 or 3 pages,
Move between pages and dots progress wont animate but jump.
Hi, I've not checked, but seems to be the migration of double to int type, of current page variable..
The animation of dots need a double, now it's an int so page animation is now 0 -> 1 and before was 0, 0.1, 0.2, .., 1
Describe the bug
A clear and concise description of what the bug is.
The dots progress which is used to animate when moving between pages. But as of 3.1.9, they are static and not animating. On 3.1.8, it's fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dots progress animates properly
Screenshots
On 3.1.8:
https://github.com/Pyozer/introduction_screen/assets/45682747/e0cb056b-89e7-4785-ae53-c228eea410ad
On 3.1.9:
https://github.com/Pyozer/introduction_screen/assets/45682747/0b5bcedd-82b4-4a01-93b3-d7375f8a1fb5
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: