Liking cljdoc? Tell your friends :D

fastmath.easings

Easing functions.

List of all are in easings-list.

Easing functions.

List of all are in [[easings-list]].
raw docstring

back-inclj

(back-in t)
(back-in s t)

BackIn easing.

Parameter s (default: 1.70158) defines overshoot.

BackIn easing.

Parameter `s` (default: 1.70158) defines overshoot.
sourceraw docstring

back-in-outclj

(back-in-out t)
(back-in-out s t)

BackInOut easing.

Parameter s (default: 1.70158) defines overshoot.

BackInOut easing.

Parameter `s` (default: 1.70158) defines overshoot.
sourceraw docstring

back-outclj

(back-out t)
(back-out s t)

BackOut easing.

Parameter s (default: 1.70158) defines overshoot.

BackOut easing.

Parameter `s` (default: 1.70158) defines overshoot.
sourceraw docstring

bounce-inclj

(bounce-in t)

BounceIn easing

BounceIn easing
sourceraw docstring

bounce-in-outclj

(bounce-in-out t)

BounceInOut easing

BounceInOut easing
sourceraw docstring

bounce-outclj

(bounce-out t)

BounceOut easing

BounceOut easing
sourceraw docstring

circle-inclj

(circle-in t)

CircleIn easing

CircleIn easing
sourceraw docstring

circle-in-outclj

(circle-in-out t)

CircleInOut easing

CircleInOut easing
sourceraw docstring

circle-outclj

(circle-out t)

CircleIn easing

CircleIn easing
sourceraw docstring

cubic-inclj

(cubic-in t)

CubicIn easing

CubicIn easing
sourceraw docstring

cubic-in-outclj

(cubic-in-out t)

CubicInOut easing

CubicInOut easing
sourceraw docstring

cubic-outclj

(cubic-out t)

CubicOut easing

CubicOut easing
sourceraw docstring

easings-listclj

Map of easing names (as keywords) and functions.

Map of easing names (as keywords) and functions.
sourceraw docstring

elastic-inclj

(elastic-in t)
(elastic-in amplitude period)

ElasticIn.

When called with t parameter, returns easing value (for amplitude=1.0 and period=0.3). When called with amplitude and period returns custom easing function.

ElasticIn.

When called with `t` parameter, returns easing value (for `amplitude=1.0` and `period=0.3`).
When called with `amplitude` and `period` returns custom easing function.
sourceraw docstring

elastic-in-outclj

(elastic-in-out t)
(elastic-in-out amplitude period)

ElasticInOut.

When called with t parameter, returns easing value (for amplitude=1.0 and period=0.3). When called with amplitude and period returns custom easing function.

ElasticInOut.

When called with `t` parameter, returns easing value (for `amplitude=1.0` and `period=0.3`).
When called with `amplitude` and `period` returns custom easing function.
sourceraw docstring

elastic-outclj

(elastic-out t)
(elastic-out amplitude period)

ElasticOut.

When called with t parameter, returns easing value (for amplitude=1.0 and period=0.3). When called with amplitude and period returns custom easing function.

ElasticOut.

When called with `t` parameter, returns easing value (for `amplitude=1.0` and `period=0.3`).
When called with `amplitude` and `period` returns custom easing function.
sourceraw docstring

exp-inclj

(exp-in t)

ExpIn easing

ExpIn easing
sourceraw docstring

exp-in-outclj

(exp-in-out t)

ExpInOut easing

ExpInOut easing
sourceraw docstring

exp-outclj

(exp-out t)

ExpOut easing

ExpOut easing
sourceraw docstring

in-outclj

(in-out easeing)

Create in-out easing for given easing function.

Create in-out easing for given `easing` function.
sourceraw docstring

linearclj

(linear t)

Linear easing (identity)

Linear easing (identity)
sourceraw docstring

outclj

(out easeing)

Create out easing for given easing function.

Create out easing for given `easing` function.
sourceraw docstring

poly-inclj

(poly-in t)
(poly-in e t)

PolyIn easing.

Optional exponent e defaults to 3.0.

PolyIn easing.

Optional exponent `e` defaults to 3.0.
sourceraw docstring

poly-in-outclj

(poly-in-out t)
(poly-in-out e t)

PolyInOut easing.

Optional exponent e defaults to 3.0.

PolyInOut easing.

Optional exponent `e` defaults to 3.0.
sourceraw docstring

poly-outclj

(poly-out t)
(poly-out e t)

PolyOut easing.

Optional exponent e defaults to 3.0.

PolyOut easing.

Optional exponent `e` defaults to 3.0.
sourceraw docstring

quad-inclj

(quad-in t)

QuadIn easing

QuadIn easing
sourceraw docstring

quad-in-outclj

(quad-in-out t)

QuadInOut easing

QuadInOut easing
sourceraw docstring

quad-outclj

(quad-out t)

QuadOut easing

QuadOut easing
sourceraw docstring

reflectclj

(reflect easing center)

Create in-out easing for given easing function and center.

Create in-out easing for given `easing` function and `center`.
sourceraw docstring

sin-inclj

(sin-in t)

SinIn easing

SinIn easing
sourceraw docstring

sin-in-outclj

(sin-in-out t)

SinInOut easing

SinInOut easing
sourceraw docstring

sin-outclj

(sin-out t)

SinOut easing

SinOut easing
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close