Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

443
Views
Vue.js transition-group CSS class flickering (Safari & Chrome)

I have a list that is animated by a Vue.js transition-group, named ‘list’, and the CSS Class .list-move appears to be getting applied and removed multiple times per second that is causing stilted animations / flickering animations. This appears to only be affecting Safari and Chrome, Firefox works as intended.

The array the list is generated from (numberList) only changes every 5 ~ 10 seconds.

Does anyone have any clues as to why Vue's animations would be flickering like that?

The transition-group and CSS are set up the same as this Vue.js doc - https://vuejs.org/v2/guide/transitions.html#List-Move-Transitions

Vue Template:

<transition-group name="list" tag="ul">
  <li v-for="(item, index) in numberList" v-bind:key="item.no">
    {{ index }}
  </li>
</transition-group>

CSS

.list-move {
  transition: transform 0.4s;
}

GIFs below show the flickering effects:

Flickering animation of the list in Browser

Flickering CSS Class in Safari Dev tools

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!