Akryum / Akryum/vue-virtual-scroller
Disabling child transitions
Aberta
question
- Linguagem predominante
- TypeScript
- Estrelas
- 10.8k
- Forks
- 973
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I have a few elements in my scrolled items that have animations using transitions and when the virtual scroller swaps out the items, it triggers the animations.
I've created the following css
```css
.no-transition * {
transition: none !important
}
```
To skip the transitions, I need to add the `no-transition` class to the container before the data is swapped and remove it after the data is swapped.
Is there any way to do this now or would code changes need to be made?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.