• Home
  • Raw
  • Download

Lines Matching refs:keyframes

24767         Accelerated animation with missing values in keyframes is broken
24772 keyframes that do have a value for the property. If a value is missing
24773 from the first or last keyframes, the element's unanimated style supplies
24777 from the first (and maybe subsequent) or last (and maybe preceding) keyframes,
59034 Fill mode is broken with multiple keyframes
59040 style update would happen using the incorrect keyframes.
59044 Tests: animations/fill-mode-missing-from-to-keyframes.html
59045 animations/fill-mode-multiple-keyframes.html
60421 failed to detect transform or opacity properties in the keyframes,
60425 values, when detecting the presence of properties in the keyframes.
67712 …When properties are missing from animation keyframes, interpolate between those keyframes that spe…
67715 … When a property does not appear in all keyframes of a keyframe animation, we currently use the
67717 keyframes for properties that need to "skip a keyframe", which is laborious.
67719 With this change, properties are interpolated between the keyframes in which they appear.
67720 This is equivalent to splitting each property out into its own set of keyframes.
67749 for keyframes which contain the property.
68219 …When properties are missing from animation keyframes, interpolate between those keyframes that spe…
68235 (WebCore::KeyframeList::keyframes):
113081 Animations should not require 0% and 100% keyframes
113085 now generate synthetic keyframes for those cases.
113095 Call the new function above for regular keyframes, and
113096 also check for missing keyframes and generate them if