KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2023-06-03 to 1 day

svgだけでcssアニメーション

@keyframes anim { 0%{ opacity: 0; } 100% { opacity: 1;} } <svg width="100%" height="200"> <style> @keyframes anim { 0%{ opacity: 0; } 100% { opacity: 1;} } </style> <rect width="100%" height="200" style="fill:red;"></rect> </svg>

"FOOTER"