Interface ImageAnimationProvider
Methods
animationSizeForImage
- animationSizeForImage(animation: ImageAnimation): { height: number; width: number }
-
Parameters
Returns { height: number; width: number }
-
height: number
-
width: number
animationUrlForDate
-
Parameters
Returns string
An interface implemented by an object that provides image content requested by an image animation.