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

The value of templateAlpha will be NaN if max is equal to min. #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TerminatorSd
Copy link

Actually NaN does not lead to a bug, cause I find something below about globalAlpha on MDN:
"Values outside that range, including Infinity and NaN, will not be set, and globalAlpha will retain its previous value."
And, of course. The default value is 1.
However, I do not think it is a good idea to compare a number with NaN.
Hope this commit will help.

Actually NaN does not lead to a bug, cause I find something below about globalAlpha on MDN:
"Values outside that range, including Infinity and NaN, will not be set, and globalAlpha will retain its previous value."
And, of course. The default value is 1.
However, I do not think it is a good idea to compare a number with NaN.
Hope this commit will help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant