chromium/third_party/blink/renderer/core/animation/css/css_transition.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace blink