export interface Transitions {
    slowest: string;
    slow: string;
    base: string;
    fast: string;
    fastest: string;
}
