-
Notifications
You must be signed in to change notification settings - Fork 51
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
Pale text rendering in iOS #58
Comments
On closer inspection it seems to be an issue with the style |
Hi, thanks for the feedback. Yea there is a lot of issues related to filters across different browsers. Could attach some screenshots with the issue? |
Uh oh, you are right. I think I saw this before. The solution might be to remove filters after animation finishes. Are you ok to work on a PR fixing this? |
Sure, I'll see what I can do 👍 Cheers! |
Hey there, Great script, thanks for sharing!!
Could you please elaborate on how I can fix this, or where to look? Thanks! |
Hi @tylerdcorwin Line 13 in 44a3735
Value of the motion filter is set to 0 after digit reaches destination (we don’t need motion blur when there is no motion). The filter is still applied though which causes issue. We can remove it from digit entirely (by resetting filter attr) after animation ends. |
Ah Gotcha |
Hi there!
HUGE fan of this script and use it in a lot of my projects, It's fab!
I have a slight issue with rendering on iOS, The colour of the font appears pale, As if it were semi transparent. I'm using this to init bounty;
bounty.default({ el: '.RevivedRev h1', value: '$' + $('.RevivedRev h1').attr('data-rev'), initialValue: '$0.00', lineHeight: 1, animationDelay: 1000, letterSpacing: 0.1, });
Is this a potential issue with a recent rendering change of svg in iOS? Can offer screenshots of issue if needed.
Cheers!
The text was updated successfully, but these errors were encountered: