Home Reference Source Repository
import CAMediaTiming from 'jscenekit/js/QuartzCore/CAMediaTiming.js'
public interface | source

CAMediaTiming

Direct Implemented:

Methods that model a hierarchical timing system, allowing objects to map time between their parent and local time.

See:

Constructor Summary

Public Constructor
public

constructor

Member Summary

Public Members
public

Required.

public

Required.

public

Required.

public

Required.

public

Required.

public

Required.

public

Required.

public

Required.

Public Constructors

public constructor() source

constructor

Public Members

public autoreverses: boolean source

Required. Determines if the receiver plays in the reverse upon completion.

See:

public beginTime: number source

Required. Specifies the begin time of the receiver in relation to its parent object, if applicable.

See:

public duration: number source

Required. Specifies the basic duration of the animation, in seconds.

See:

public fillMode: string source

Required. Determines if the receiver’s presentation is frozen or removed once its active duration has completed.

See:

public repeatCount: number source

Required. Determines the number of times the animation will repeat.

See:

public repeatDuration: number source

Required. Determines how many seconds the animation will repeat for.

See:

public speed: number source

Required. Specifies how time is mapped to receiver’s time space from the parent time space.

See:

public timeOffset: number source

Required. Specifies an additional time offset in active local time.

See: