Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TransitionEvent

Events providing information related to transitions.

interface TransitionEvent extends Event {
readonly elapsedTime: number;
readonly propertyName: string;
readonly pseudoElement: string;
}
var TransitionEvent: {
prototype: TransitionEvent;
new (type: string, transitionEventInitDict?: TransitionEventInit): TransitionEvent;
}
;

§Extends

§Properties

§
readonly elapsedTime: number
[src]
§
readonly propertyName: string
[src]
§
readonly pseudoElement: string
[src]