Apple News API PHP Client

BackgroundParallax
in package
implements BehaviorInterface

FinalYes

BackgroundParallax behavior for scroll-based background parallax.

The background_parallax behavior applies a parallax effect to the background of a component as the user scrolls, creating depth.

Tags
see
https://developer.apple.com/documentation/apple_news/backgroundparallax

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}
Return values
array{type: string}

        
On this page

Search results