Strata - v1.4.10
    Preparing search index...

    Interface WeatherTransition

    interface WeatherTransition {
        duration: number;
        elapsed: number;
        from: WeatherStateConfig;
        to: WeatherStateConfig;
    }
    Index

    Properties

    Properties

    duration: number
    elapsed: number