Skip to content

Releases: AlbanCrepel/vue-displacement-slideshow

Added insertTransparentTexture method and new way to interact

15 May 14:00
5aee476
Compare
Choose a tag to compare
  • 🎉 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 calls insertTransparentTexture(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 and interactionDuration that control this effect.

  • 💨 The interactionVelocity prop has been removed

Bumping dependencies versions

18 Dec 22:02
Compare
Choose a tag to compare

This version now uses GSAP 3.0.4 and three 0.111.0

Fixing Gsap Easing

20 Aug 20:00
Compare
Choose a tag to compare

The easing was not well imported and thus caused a weird animation. This is now fixed 🎉

Mouse hover interaction and angle prop

29 Jul 16:19
Compare
Choose a tag to compare

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

22 Jun 15:45
Compare
Choose a tag to compare

🎉 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

18 Nov 18:07
Compare
Choose a tag to compare
v0.1.3

:ok_woman: Responsive images acting like background-size:cover