Last updated

API / geotoolkit / animation / Easing / Easing

Namespace: Easing

animation.Easing.Easing

Table of contents

Type Aliases

Contents

Type Aliases

Function

Ƭ Function: (x: unknown, t: number, b: number, c: number, d: number, s?: number) => number

Type declaration

▸ (x, t, b, c, d, s?): number

Parameters
Name Type Description
xunknownGroup which will be calling the animation
tnumbercurrent time
bnumberstart value
cnumberchange in value
dnumbertotal iterations
Optional snumber
Returns

number