#include "third_party/blink/renderer/core/animation/css/css_transition.h"
#include "third_party/blink/renderer/core/animation/css/css_animations.h"
#include "third_party/blink/renderer/core/animation/keyframe_effect.h"
#include "third_party/blink/renderer/core/dom/document.h"
namespace blink {
CSSTransition::CSSTransition(ExecutionContext* execution_context,
AnimationTimeline* timeline,
AnimationEffect* content,
uint64_t transition_generation,
const PropertyHandle& transition_property)
: … { … }
AtomicString CSSTransition::transitionProperty() const { … }
String CSSTransition::playState() const { … }
AnimationEffect::EventDelegate* CSSTransition::CreateEventDelegate(
Element* target,
const AnimationEffect::EventDelegate* old_event_delegate) { … }
}