Skip to content

Animations not completing in Chromium browsers #71

@cwilvx

Description

@cwilvx

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;

Screenshot from 2022-06-11 12-07-11

Why is this happening? How can I fix it?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions