May 2019
Beginner to intermediate
650 pages
14h 50m
English
You can configure the delay, duration, and easing of a transition using the methods described in the following table:
|
Method |
Description |
|
delay(value) |
The transition will start after a specified value in milliseconds. The default is zero. The value can also be provided as a function per element (receiving datum d, and index i). |
|
duration(value) |
After starting, the transition will last the specified value in milliseconds. The default is 250. The value can also be provided as a function per element (receiving datum d , and index, i). |
|
ease(function) |
The easing function that will be invoked at each animation frame. The function can be any interpolator that receives a value in the range [0,1] and returns ... |
Read now
Unlock full access