Skip to content

Commit

Permalink
Merge pull request LeaVerou#3 from kizu/master
Browse files Browse the repository at this point in the history
Added prismic text-shadow transition
  • Loading branch information
Lea Verou committed Oct 30, 2011
2 parents efcb23f + 165b170 commit a1b42ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -38,6 +38,7 @@ <h2>One property, two values, endless possiblities</h2>
<a data-property="outline" data-from="0px solid black" data-to="100px solid black"></a>
<a data-property="text-indent" data-from="0" data-to="100px"></a>
<a data-property="text-shadow" data-from="0 0 black" data-to="20px 20px 10px rgba(0,0,0,.5)"></a>
<a data-property="text-shadow" data-from="0 0 white" data-to="0 0 rgba(255,255,255,0), -45px -45px 0 red, -30px -30px 0 orange, -15px -15px 0 yellow, 0 0 0 green, 15px 15px 0 blue, 30px 30px 0 indigo, 45px 45px 0 violet" style="color: transparent" data-author="kizmarh"></a>
<a data-property="top" data-from="0" data-to="100px" style="position:relative"></a>
<a data-property="transform" data-from="rotate(0deg)" data-to="rotate(360deg)"></a>
<a data-property="transform" data-from="scale(1)" data-to="scale(2)"></a>
Expand Down

0 comments on commit a1b42ee

Please sign in to comment.