diff options
-rw-r--r-- | css/website.css | 9 | ||||
-rw-r--r-- | templates/home.html.twig | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/css/website.css b/css/website.css index bb4c639..c784443 100644 --- a/css/website.css +++ b/css/website.css @@ -182,15 +182,18 @@ a:hover { background-color: #0000004d; } -.reveal_content { -/* transform: translateY(100%); */ +.glow { animation: reveal 1.7s forwards; animation-delay: .5s; } +.h2t.glow { + animation-delay: 1s; +} + @keyframes reveal { from { - text-shadow: 0 0 0px #c7631700; + text-shadow: 0 0 0px transparent; } to { text-shadow: 0 0 100px; diff --git a/templates/home.html.twig b/templates/home.html.twig index 9d68d5b..ff817d1 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -18,7 +18,7 @@ </div> </div> <div class="center"> - <div class="content reveal"> + <div class="content"> {% set foo = page.content|raw %} {% set sp = foo|split(page.header.page_list_placeholder) %} {{sp[0]|raw}} |