Contents

ComponentAnimation

Properties that all types of animations share.

Declaration

object ComponentAnimation

Properties

NameTypeDescription
type Requiredstring

The type of animation; for example, move_in for a Move-In Animation.

Discussion

Apply an animation to a component to add movement and interest to your article.

Apple News Format applies a ComponentAnimation just once each time someone views your article. (Compare that with component behaviors whose effects are persistent and happen every time someone sees the component in your article.)

A person can control some animations with an optional userControllable property.

You can use this object in Component.

See Also

Related Documentation

Animations