animation-name: springy-text;
animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 3.0);
animation-iteration-count: 1;
animation-direction: normal;
animation-fill-mode: forwards;
@keyframes springy-text {
<h3 class="springy-text">Animations!</h3>