Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> .animated { font-family: sans-serif; font-size-adjust: .5; animation: myAnimation 3s ease 1s 3 alternate forwards; } @keyframes myAnimation { 100% { font-size-adjust: 0.78; } } </style> <h1 class="animated">CSS animatable property</h1>
Preview