Description
Description
packages/animations/browser/src/dsl/animation_timeline_builder.ts was modified by pull request #44203 to fix some spelling and grammar errors.
However, there is still a tense mismatch.
Given that each of the keyframe styles are objects that prototypically inherits from the backFill object, this means that if a value is added into the backFill then it will automatically propagate any missing values to all keyframes.
Should either be:
Given that each of the keyframe styles is an object that prototypically inherits from the backFill object, this means that if a value is added into the backFill then it will automatically propagate any missing values to all keyframes.
or:
Given that keyframe styles are objects that prototypically inherit from the backFill object, this means that if a value is added into the backFill then it will automatically propagate any missing values to all keyframes.
What is the affected URL?
No response
Please provide the steps to reproduce the issue
No response
Please provide the expected behavior vs the actual behavior you encountered
No response
Please provide a screenshot if possible
No response
Please provide the exception or error you saw
No response
Is this a browser-specific issue? If so, please specify the device, browser, and version.
No response