-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: ion-skeleton-text animation is not correct #22694
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
Comments
Same issue here (on same project) 😀 |
Thanks for the issue. What device are you testing this on? I cannot reproduce this on my end. |
You can see it in Google Chrome, Firefox, Edge. |
If the width is above the 800px |
Thanks for the browser info. What physical device are you testing this on? (MacBook Pro, iPad, etc) I tested this in Chrome on a MacBook Pro (using the internal display as well as an external display) and cannot reproduce the issue. |
Could you see the Issue in the Gif i attached? I tested now also on my Mac with Safari and Google Chrome. When the Shine goes to the end it will flicker. |
I can see the flickering in the "Hello" title in the gif. What kind of Mac are you testing on? |
Okay, then you did not get what i mean. |
Thanks for the clarification. Now that I can reproduce 😄 . Let me look into this a bit more. |
Here is a possible fix: |
I can reproduce this back to 4.11.13. |
This issue has been labeled as If you'd like to work on this issue, please comment here letting us know that you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. For a guide on how to create a pull request and test this project locally to see your changes, see our contributing documentation. Thank you! |
I do not understand. I already attached a Solution for it? |
If you think your solution would resolve the issue, then I recommend creating a PR. Instructions on how to do so can be found here: https://ionicframework.com/docs/contributing/how-to-contribute. |
Thanks for the issue. This has been resolved via #22697, and a fix will be available in an upcoming release of Ionic Framework. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
If the skeleton text is used on a device like a Tablet it does flicker in the Middle of the Animation
Expected behavior:
Smooth Animation no flickering.
Steps to reproduce:
<ion-skeleton-text [animated]="true" ></ion-skeleton-text>
Use this on a FullHD Browser window.
Related code:
https://stackblitz.com/edit/skeleton-flickering
Ionic info:
The text was updated successfully, but these errors were encountered: