pub(crate) fn transition_event_ctor(
it: &mut Interp,
t: Value,
a: &[Value],
) -> Result<Value, Value>Expand description
new TransitionEvent(type, options)(丸ごと未対応だった。CSS トランジション
完了シミュレーションの定番パターン)。基底の Event プロパティは
event_ctor を再利用し、propertyName/elapsedTime/pseudoElement
を追加する。