merci C-Jay !
alors voilà le retiour de Yoo, si jamais d'autres personnes rencontre le même problème
It seems to be caused by the scrollspy classes on the grid. If I remove those, the effect is no longer visible.
You can add this to your custom CSS. It seems to fix it and not do much harm to the animations.
[id*='wk-grid'] [class*='uk-animation-'] {
-webkit-animation-fill-mode: initial;
animation-fill-mode: initial;
}