The Transition Panel allows you to configure the transition between two timeline slides.
A Transition is defined by 3 things:
Simply click on . and select the transition you like by clicking on . You can search by name or by author in the search field.
Pick one of the rectangle, or configure precisely the curve with the 2 handles.
A Transition might have some parameters (constant that is defined and used by the transition implementation).
There are always default parameters provided, but you can change them to customize the transition effect using the inputs.
Here is what the first screenshot example defines in the JSON:
{
"name":"cube",
"uniforms": {
"persp": 0.7,
"unzoom": 0.3,
"reflection": 0.4,
"floating": 3
},
"easing": [0.25,0.1,0.25,1],
"duration":1000
}
Note that
"cube"
is the id of the transition. The finaldiaporama.json
will inline the source code of the transition in GLSL.