Hi7cl4w / css-write-on

CSS Write-on text effect

Home Page:http://lab.tylergaw.com/css-write-on/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Write-on Text Effect

I'm using -webkit-mask-image with a sprite that contains a frame for each partial path of the text. The text, "Write-on!" is in an h1 element but the mask applied to its parent element starts out at 100% transparent so nothing is shown below it. A CSS animation is applied to the containing element. Each step of the animation changes the -webkit-mask-image-position to advance to the next frame. The animation step percentages are placed close enough together that the interpolation between one frame and the next is not seen.

http://lab.tylergaw.com/css-write-on

Reference

About

CSS Write-on text effect

http://lab.tylergaw.com/css-write-on/


Languages

Language:CSS 54.9%Language:HTML 26.9%Language:JavaScript 18.2%