---
title: Motion
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/motion
---

# Motion

The behavior whereby a component reacts to the motion of the person’s device.

## Declaration

```data
object Motion
```

## Properties

type: This behavior always has the type motion.

## Mentioned in

About Component Behaviors

## Discussion

Discussion When you apply the Motion behavior to a component, the component reacts to the movement of the device. For example, when the user tilts the device, the component moves in the same direction. This video shows an example of the motion behavior. Example {   "components": [     {       "role": "figure",       "behavior": {         "type": "motion"       },       "URL": "bundle://figure.jpg"     }   ] }

## 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)
- [BackgroundParallax](applenewsformat/backgroundparallax.md)
- [Parallax](applenewsformat/parallax.md)
- [Springy](applenewsformat/springy.md)
