cls_MotionTexture2D - almarklein/visvis GitHub Wiki
Inherits from Texture2D, MotionMixin.
A data type that represents a 2D texture in motion. The given data must be a list of the images that should be shown.
The motionIndex (i.e. time) can also be in between two images, in which case interpolation is applied (default linear).