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 PR for this was initially opened here but the change was rolled back since it required a few more changes outside the scope of the PR (#9063 (comment)).
I believe this is all the changes required:
In EasingFunction.js, change QUADRACTIC_IN, QUADRACTIC_OUT, QUADRACTIC_IN_OUT to the correct spelling
Update the spec in TweenCollectionSpec.js to use the new enums
Since this a breaking change, add an additional option in EasingFunction.js with the old spelling to allow for a deprecation period?
Throw a deprecationWarning anywhere that takes an EasingFunction to detect the old spelling ? Or perhaps just as a getter on EasingFunction ?
The text was updated successfully, but these errors were encountered:
A PR for this was initially opened here but the change was rolled back since it required a few more changes outside the scope of the PR (#9063 (comment)).
I believe this is all the changes required:
EasingFunction.js
, changeQUADRACTIC_IN
,QUADRACTIC_OUT
,QUADRACTIC_IN_OUT
to the correct spellingTweenCollectionSpec.js
to use the new enumsEasingFunction.js
with the old spelling to allow for a deprecation period?deprecationWarning
anywhere that takes an EasingFunction to detect the old spelling ? Or perhaps just as a getter onEasingFunction
?The text was updated successfully, but these errors were encountered: