// found in the LICENSE file. // This variant of the keyframe effect model performs additional processing // for computed keyframes. The algorithm for constructing keyframes for a CSS // animation is ...
#include "core/animation/keyframed_animation_curve.h" #include "core/animation/transform_animation_curve.h" #include "core/animation/utils/timing_function.h" #include ...