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