Skip to content

Commit

Permalink
Merge pull request #248 from thaovuthu/master
Browse files Browse the repository at this point in the history
Add thaovt.css
  • Loading branch information
NiallEccles authored Nov 12, 2019
2 parents 77238d0 + 55e5ef6 commit e3ae601
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
9 changes: 5 additions & 4 deletions animations.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,10 @@ window.animations = [
{ name: 'rrrah', author: 'DhevaMargaPutra' },
{ name: 'flashtext', author: 'cTahirih' },
{ name: 'fancy-border', author: 'ThePoptartCrpr' },
{ name: 'flashtext', author: 'cTahirih' },
{ name: 'rotateOutUpRight', author: 'innocent-rajan' },
{ name: 'lightSpeedOut', author: 'aarushi15002' },
{ name: 'lr-loop', author: 'luca-gouveia' },
{name: 'flashtext', author: 'cTahirih'},
{name: 'rotateOutUpRight', author: 'innocent-rajan'},
{name: 'lightSpeedOut', author: 'aarushi15002'},
{name: 'lr-loop', author: 'luca-gouveia'},
{name: 'thaovt', author: 'thaovt'},
{ name: 'bubbles', author: 'Akshama' },
];
19 changes: 19 additions & 0 deletions animations/thaovt.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* /* https://github.com/thaovuthu/
*
* @format
*/

@-webkit-keyframes thaovt {
100% {
top: -20px;
text-shadow: 0 1px 0 #b7b7b7, 0 50px 25px rgba(0, 0, 0, 0.2);
}
}

.thaovt {
position: relative;
top: 20px;
-webkit-animation: thaovt 0.3s ease infinite alternate;
text-shadow: 0 1px 0 #b7b7b7, 0 10px 10px rgba(0, 0, 0, 0.4);
}

0 comments on commit e3ae601

Please sign in to comment.