PowerHorse Engine
    Preparing search index...
    type WithTransitionProps<V> = {
        Damping?: number;
        DefaultValue?: V;
        Frequency?: number;
        InitialValue?: V;
    }

    Type Parameters

    • V
    Index

    Properties

    Damping?: number
    DefaultValue?: V

    The Transition will always return to the default value before animating to the new value.

    Frequency?: number
    InitialValue?: V

    THe initial value/begin value.