Guides and Sample Code

Developer

Apple News Format Reference

On This Page

Appear Animation

A type of animation in which a component simply appears. When this animation is applied, the component starts out invisible. As it enters the user's view, it appears with a slight fade-in. An illustrative video is provided in the Example section below.

See also Fade-in Animation, which allows you to set the initial appearance of the component.

Extends

Component Animation

Required Properties

Property and type

Description

Version

type

String

This animation always has the type appear.

1.0

Optional Properties

Property and type

Description

Version

userControllable

Boolean

This animation cannot be controlled by users, so any value set for this property will be ignored.

1.0

Example

  1. {
  2. "type": "appear"
  3. }