chromium/ash/animation/animation_change_type.h

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

#ifndef ASH_ANIMATION_ANIMATION_CHANGE_TYPE_H_
#define ASH_ANIMATION_ANIMATION_CHANGE_TYPE_H_

namespace ash {

enum class AnimationChangeType { ANIMATE, IMMEDIATE };

}  // namespace ash

#endif  // ASH_ANIMATION_ANIMATION_CHANGE_TYPE_H_