BackgroundMotion
in package
implements
BehaviorInterface
FinalYes
BackgroundMotion behavior for background motion effects.
The background_motion behavior applies motion effects to the background of a component, creating depth as the user tilts their device.
Tags
Table of Contents
Interfaces
- BehaviorInterface
- Interface for all ANF component behaviors.
Methods
- getType() : string
- Get the behavior type identifier.
- jsonSerialize() : array{type: string}
- {@inheritdoc}
Methods
getType()
Get the behavior type identifier.
public
getType() : string
Return values
string —The behavior type (e.g., 'parallax', 'springy').
jsonSerialize()
{@inheritdoc}
public
jsonSerialize() : array{type: string}