🆒 The jitter uses a Laplace distribution to sample a perturbation power. This power is mapped onto the zero-to-infinity factor range by raising e to the power of jitter. This is multiplied by:frequency, which is a duration. As a result, while the jitter is usually pretty small, it do...
letcursor_timings={duration:700,// milliseconds (0.7 seconds)iterations:Infinity,// number of times the animation will workeasing:'cubic-bezier(0,.26,.44,.93)'// timing-function} We can give the animation a name, just like this: letanimation=document.querySelector(".text_cursor").animate...