blob: ed94826a5946209134084298a22170549b71a97e [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
Exposed=Window,
RuntimeEnabled=CSSScrollTimeline
] interface CSSScrollTimelineRule : CSSRule {
readonly attribute CSSOMString name;
readonly attribute CSSOMString source;
readonly attribute CSSOMString orientation;
readonly attribute CSSOMString start;
readonly attribute CSSOMString end;
readonly attribute CSSOMString timeRange;
};