Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageAnimationProvider

An interface implemented by an object that provides image content requested by an image animation.

Hierarchy

  • ImageAnimationProvider

Implemented by

Index

Methods

animationSizeForImage

  • animationSizeForImage(animation: ImageAnimation): { height: number; width: number }
  • Asks the data source for the image size to request.

    memberof

    ImageAnimationProvider

    Parameters

    Returns { height: number; width: number }

    • height: number
    • width: number

animationUrlForDate

  • Asks the data source for the image url to request for the specified date.

    memberof

    ImageAnimationProvider

    Parameters

    Returns string

Generated using TypeDoc