ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Enumeration SPIN_SPEED

    Represents different rotation speeds for animations

    export enum SPIN_SPEED {
    /** Slow rotation speed - 6 units */
    SLOW = 6,
    /** Medium rotation speed - 4 units */
    MEDIUM = 4,
    /** Fast rotation speed - 2 units */
    FAST = 2,
    /** Very fast rotation speed - 1 unit */
    VERY_FAST = 1,
    }
    Index

    Enumeration Members

    Enumeration Members

    SLOW: 6

    Slow rotation speed - 6 units

    MEDIUM: 4

    Medium rotation speed - 4 units

    FAST: 2

    Fast rotation speed - 2 units

    VERY_FAST: 1

    Very fast rotation speed - 1 unit