.slider{width:170px;height:2px;background-color:gray}.slider>.thumb{width:10px;height:10px;cursor:grab;background:#1ff090;border-radius:50%;top:-4px}.waveTextAnimated{margin-top:.2em;text-align:center}.waveTextAnimated span{display:inline-block;animation:wave-text 1s ease-in-out infinite}.waveTextAnimated span:first-of-type{animation-delay:0s}.waveTextAnimated span:nth-of-type(2){animation-delay:.1s}.waveTextAnimated span:nth-of-type(3){animation-delay:.2s}.waveTextAnimated span:nth-of-type(4){animation-delay:.3s}.waveTextAnimated span:nth-of-type(5){animation-delay:.4s}@keyframes wave-text{00%{transform:translateY(0)}60%{transform:translateY(-.6em)}to{transform:translateY(0)}}.movements{animation:wave-text 1s ease-in-out infinite}@keyframes example{0%{background-color:red;left:0;top:0}25%{background-color:#ff0;left:200px;top:0}50%{background-color:blue;left:200px;top:200px}75%{background-color:green;left:0;top:200px}to{background-color:red;left:0;top:0}}