---
title: Scene
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/scene
---

# Scene

A combination of animations and behaviors to use in sections and chapters that have headers.

## Declaration

```data
object Scene
```

## Properties

type: The type of scene. For example, parallax_scale for a Parallax Scale Header scene or fading_sticky_header for a Fading Sticky Header. Version 1.0

## Discussion

Discussion A scene is a combination of animations and behaviors that lets you create special effects for the section and chapter components in an article. You don’t use the Scene object directly, but instead use the specific objects that extend scene: FadingStickyHeader ParallaxScaleHeader tip: To use a scene, create a child header component within your section or chapter, and then specify which scene you want to use in the scene property of the section or chapter. You can use this object in Chapter and Section.

## Relationships

### Inherited By

- [FadingStickyHeader](applenewsformat/fadingstickyheader.md)
- [ParallaxScaleHeader](applenewsformat/parallaxscaleheader.md)

## See Also

### Scene Types

- [FadingStickyHeader](applenewsformat/fadingstickyheader.md)
- [ParallaxScaleHeader](applenewsformat/parallaxscaleheader.md)
