---
title: AppearAnimation
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/appearanimation
---

# AppearAnimation

An animation type whereby a component appears on the screen.

## Declaration

```data
object AppearAnimation
```

## Properties

type: This animation always has the type appear.

## Mentioned in

About Component Animations

## Discussion

Discussion With this animation type, the component starts out invisible and then appears. As the component enters the person’s view, it appears with a slight fade-in as shown in this video. See also FadeInAnimation, where you can set the initial appearance of the component. Example {   "components": [     {       "role": "heading1",       "text": "2. Unbeatable Heat"     },     {       "role": "figure",       "URL": "bundle://figure.jpg",       "animation": {         "type": "appear"       }     }   ] }

## Relationships

### Inherits From

- [ComponentAnimation](applenewsformat/componentanimation.md)

## See Also

### Related Documentation

- [Adding Animations](applenews/adding-animations.md)

### Animations

- [About Component Animations](applenews/about-component-animations.md)
- [ComponentAnimation](applenewsformat/componentanimation.md)
- [FadeInAnimation](applenewsformat/fadeinanimation.md)
- [MoveInAnimation](applenewsformat/moveinanimation.md)
- [ScaleFadeAnimation](applenewsformat/scalefadeanimation.md)
