Interface PageBlockAnimation

An animation. Subtype of PageBlock.

interface PageBlockAnimation {
    @type: "pageBlockAnimation";
    animation: Animation;
    caption: PageBlockCaption;
    need_autoplay?: boolean;
}

Properties

@type: "pageBlockAnimation"
animation: Animation

Animation file; may be null.

Animation caption.

need_autoplay?: boolean

True, if the animation must be played automatically.