Amazing Animated 3D Typography with CSS Only

This is one of the most gorgeous looking CSS demo you will see today. This animated 3D typography is purely built with CSS and two thumbs up for the animation names:


@keyframes ಠ_ಠ {
  100% { transform: rotateY(-40deg) rotateX(-43deg); }
}

@keyframes o_O { 100% { opacity: 1; } }

Demo

This pen is created by @noahblon

View on codepen

1 thought on “Amazing Animated 3D Typography with CSS Only

Leave a Reply