blob: 3d82d4f00a6d8e33006d313a3a0264cb7b060a27 [file] [log] [blame]
// Copyright 2014 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.
// https://dev.w3.org/csswg/css-transitions/#transition-events
dictionary TransitionEventInit : EventInit {
DOMString propertyName = "";
double elapsedTime = 0.0;
DOMString pseudoElement = "";
};