interface Transition {
    duration?: TimeHandler;
    handler: any;
}

Properties

Properties

duration?: TimeHandler
handler: any