bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class SpanEaseItemsDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalnrItems: number
      • Optionalmin: number
      • Optionalmax: number
      • Optionalease: easeEnum

      Returns SpanEaseItemsDto

    Properties

    nrItems: number

    Nr of items in the span

    100
    

    2

    Infinity

    1

    min: number

    Min value of the span

    0
    

    -Infinity

    Infinity

    1

    max: number

    Max value of the span

    1
    

    -Infinity

    Infinity

    1

    ease: easeEnum

    Ease type

    easeInSine
    
    intervals: boolean

    Indicates wether only intervals should be outputed. This will output step lengths between the values.

    false