Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: The default dot decorators are not animating on 3.1.9. #190

Closed
milindgoel15 opened this issue Jun 28, 2023 · 2 comments
Closed

Bug: The default dot decorators are not animating on 3.1.9. #190

milindgoel15 opened this issue Jun 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@milindgoel15
Copy link

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:

  1. Use 3.1.9 and make some sample 2 or 3 pages,
  2. Move between pages and dots progress wont animate but jump.

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):

  • Device: Xiaomi 11 Lite NE 5G
  • OS: Android 13

Additional context
Add any other context about the problem here.

@milindgoel15 milindgoel15 added the bug Something isn't working label Jun 28, 2023
@Pyozer
Copy link
Owner

Pyozer commented Jul 11, 2023

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

@Pyozer
Copy link
Owner

Pyozer commented Jul 11, 2023

New version v3.1.10 fix that ;)

@Pyozer Pyozer closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants