---
title: BackgroundParallax
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/backgroundparallax
---

# BackgroundParallax

The behavior whereby the background of a component moves slightly slower than a person’s scroll speed.

## Declaration

```data
object BackgroundParallax
```

## Properties

type: This behavior always has the type background_parallax.

## Mentioned in

About Component Behaviors

## Discussion

Discussion When you apply the BackgroundParallax behavior to a component, the background of the component moves slightly more slowly than a person’s scroll speed, as shown in this video. Example {   "components": [     {       "role": "container",       "behavior": {         "type": "background_parallax"       },       "style": {         "fill": {           "type": "image",           "URL": "bundle://image.jpg",           "fillMode": "cover",           "verticalAlignment": "top"         }       },       "layout": {         "minimumHeight": "77.2cw"       }     }   ] }

## Relationships

### Inherits From

- [Behavior](applenewsformat/behavior.md)

## See Also

### Behaviors

- [About Component Behaviors](applenews/about-component-behaviors.md)
- [Behavior](applenewsformat/behavior.md)
- [BackgroundMotion](applenewsformat/backgroundmotion.md)
- [Motion](applenewsformat/motion.md)
- [Parallax](applenewsformat/parallax.md)
- [Springy](applenewsformat/springy.md)
