-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed as not planned
Labels
closed by botneeds reproductionquestionFurther information is requestedFurther information is requested
Description
I'm using v-motion animations on a Vue-3 application and the animations are failing on chromium browsers. I've tested my app on Chrome, Vivaldi and Brave and I'm getting the same result. Everything seems to be working fine on Firefox.
For example, the v-motion-slide-visible-left preset does not work on chrome but works fine on firefox.
Firefox
Screencast.from.06-11-2022.12.00.29.PM.mp4
Chrome
Screencast.from.06-11-2022.12.00.45.PM.mp4
Inspecting the DOM I found that the div with the preset had this style attached to it.
transform: translate3d(-100px, 0px, 0px); opacity: 0;Why is this happening? How can I fix it?
vikkolts and Aragur
Metadata
Metadata
Assignees
Labels
closed by botneeds reproductionquestionFurther information is requestedFurther information is requested
