ActiveListDirection

TYPE DEFINITION

Describes which strings should be associated with what direction. For example it could be "right" and "left", or "down" and "up".

Will be the value of the ActiveList property direction.

Useful for when animations have a certain direction and you name your animation CSS classes left-animation and right-animation.

Since 1.0.0

Properties

  • next

    string

    The name of the direction when moving to the next item of the ActiveList.

    Could for example be "right" or "down".

    Since 1.0.0

  • previous

    string

    The name of the direction when moving to the previous item of the ActiveList.

    Could for example be "left" or "up".

    Since 1.0.0