blob: a9d6a5a3ca54b95370b080b43f882eb7bc14ea8f [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://drafts.csswg.org/css-transitions/#transition-events
dictionary TransitionEventInit : EventInit {
DOMString propertyName = "";
double elapsedTime = 0.0;
DOMString pseudoElement = "";
};