Package: gsk

Function gsk:cross-fade-node-new

Lambda List

gsk:cross-fade-node-new (start end progress)

Arguments

start -- a gsk:render-node instance with the start render node to be drawn
end -- a gsk:render-node instance with the render node to be cross-fadeed onto the start node
progress -- a float how far the fade has progressed from start to end, the value will be clamped to the range [0 ... 1]

Return Value

The new gsk:cross-fade-node instance.

Details

Creates a render node that will do a cross-fade between start and end.
 

See also

#2023-11-6