Closed Zomis closed 6 years ago
Could this possibly offer some hints? https://stackoverflow.com/a/47288011/3626537
@Phrancis I don't think so as we're 1) Not using animations
, we're using transitions. 2) The Value
component does not have <style scoped>
(In fact, it doesn't have any <style>
at all...)
I have analyzed a bit further and it seems like it's the same classes that are used on the DOM element, but in production they are removed after 2 frames, but in dev they are removed after 12 frames (running at 15 frames per second). So the problem seems to be that the animation elements are removed too early.
After using
npm run build
, the Value Animations does not work. But they work fine when runningnpm run dev
.