Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

447
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda