Releases: AlbanCrepel/vue-displacement-slideshow
Added insertTransparentTexture method and new way to interact
-
🎉 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
Bumping dependencies versions
This version now uses GSAP 3.0.4 and three 0.111.0
Fixing Gsap Easing
The easing was not well imported and thus caused a weird animation. This is now fixed 🎉
Mouse hover interaction and angle prop
You can now allow mouse hover interaction and change the default angle of the animation via props 🎉 .
See the README for more information on how to use these props.
Working with nuxt in production mode
🎉 This version fixes the bug i.setValue is not a function
that occurred in production mode of a Nuxt project using the component.
Component working with responsive images
v0.1.3 :ok_woman: Responsive images acting like background-size:cover