skip to Main Content

CSS animation with the oblique

I'm trying to make a simple text animation with CSS. The text should slowly change value of font-style attribute. I have tried something like this: h1 { animation-duration: 3s; animation-name: slidein; } @keyframes slidein { from { font-style: oblique 30deg;…

VIEW QUESTION
Back To Top
Search