how to apply js animation code example
Example 1: js add animation to element
document.getElementById('test').style.animation = 'fading 2s infinite'
Example 2: javascript css animation
Personally https://animejs.com/
document.getElementById('test').style.animation = 'fading 2s infinite'
Personally https://animejs.com/