interface TrData {
    backDrop?: AnimationDefinition;
    bottomDrawer?: AnimationDefinition;
    leftDrawer?: AnimationDefinition;
    mainContent?: AnimationDefinition;
    rightDrawer?: AnimationDefinition;
    topDrawer?: AnimationDefinition;
    [k: string]: AnimationDefinition;
}

Indexable

[k: string]: AnimationDefinition

Properties

backDrop?: AnimationDefinition
bottomDrawer?: AnimationDefinition
leftDrawer?: AnimationDefinition
mainContent?: AnimationDefinition
rightDrawer?: AnimationDefinition
topDrawer?: AnimationDefinition