Timeline for answer to Create sliding left effect using Vuejs animation by Sinisag
Current License: CC BY-SA 4.0
Post Revisions
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 10, 2023 at 18:05 | comment | added | mending3 | this seems not working in Vue 3. not sure what's happened: codepen.io/dhika345/pen/QWZbamg | |
| Dec 28, 2022 at 22:05 | history | edited | Trevor | CC BY-SA 4.0 |
Adding Vue.js reference to example snippet
|
| Jul 15, 2022 at 19:41 | history | edited | tony19 | CC BY-SA 4.0 |
updated docs link
|
| Sep 22, 2020 at 13:03 | history | edited | Daniel | CC BY-SA 4.0 |
deleted 1 character in body
|
| Jul 15, 2019 at 19:29 | comment | added | iraj jelodari |
@Benny I think you could use methods with body like this.currentImg = this.currentImg + 1 as left button and this.currentImg = this.currentImg - 1as next button
|
|
| Jun 24, 2019 at 13:05 | comment | added | Benny | I started using vue-slick instead of fiddling around with vue-js animations to do a simple slide effect, it also has support for many other effects for sliding. kenwheeler.github.io/slick | |
| Jun 22, 2019 at 4:23 | comment | added | Johan Van Wambeke | I'm with @Benny How do we slide to the other side? | |
| Jun 25, 2018 at 13:21 | comment | added | Hardik | @sicky I am currently stuck in a similar issue my Vue transitions are not triggering, however, my data seems to be reactive. It would be great if you could have a look at it and share your thoughts as to where am I going wrong stackoverflow.com/questions/51022673/… | |
| Nov 16, 2017 at 13:48 | comment | added | Benny | Hey, great example here, thanks for this! Got a question, this only slides in one direction, how do I allow for example two arrows one left and one right which slide the images to either right or left??? | |
| S Oct 14, 2017 at 18:22 | history | suggested | rbielawski | CC BY-SA 3.0 |
Using arrow function to avoid binding (mount() {} is already in ES6 syntax)
|
| Oct 12, 2017 at 16:59 | review | Suggested edits | |||
| S Oct 14, 2017 at 18:22 | |||||
| Oct 12, 2017 at 14:38 | history | edited | Sinisag | CC BY-SA 3.0 |
I've updated the links to image placeholders, as they were not valid anymore.
|
| Mar 28, 2017 at 1:26 | vote | accept | Nicolas S.Xu | ||
| Mar 23, 2017 at 0:03 | history | edited | Sinisag | CC BY-SA 3.0 |
deleted 37 characters in body
|
| Mar 20, 2017 at 10:45 | history | answered | Sinisag | CC BY-SA 3.0 |