Created
June 3, 2014 13:27
-
-
Save jmwhittaker/fd04459dc26e6937d48b to your computer and use it in GitHub Desktop.
Revisions
-
jmwhittaker revised this gist
Jun 3, 2014 . No changes.There are no files selected for viewing
-
jmwhittaker created this gist
Jun 3, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ /** * The first commented line is your dabblet’s title */ .badge { position:absolute; left:200px; top:200px; background:red; display:inline-block; padding:2px 3px; border-radius:3px;} .animated { animation-duration: 0.5s; animation-fill-mode: both; } @keyframes rotateInUpLeft { 0% { transform-origin: -10px 0; transform: rotate(90deg); opacity: 0; } 100% { transform-origin: left top; transform: rotate(0); opacity: 1; } } .rotateInUpLeft { animation-name: rotateInUpLeft; } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ <div class="badge rotateInUpLeft animated">29</div> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}