-
🎉 It is now possible to start with a transparent canvas and animate to go to the first picture from this transparent texture. This is made possible by the
startAsTransparent
prop that callsinsertTransparentTexture(0)
if set to true on the component init. -
🔥 It is possible to insert a transparent texture at any index in you
images
array. -
🌈 The mouse interaction with RGB distortion has been reworked and we have 2 new props :
interactionFactor
andinteractionDuration
that control this effect. -
💨 The
interactionVelocity
prop has been removed