Add CSS-animation based typing animation

This commit is contained in:
Tristan Daniël Maat 2022-06-23 23:46:41 +01:00
parent 0801e85839
commit 31f3a69a1d
Signed by: tlater
GPG key ID: 49670FD774E43268
5 changed files with 142 additions and 134 deletions
src/lib/scss

View file

@ -1,6 +1,17 @@
@import "./_custom-bulma";
@import "./_typed";
html, body {
height: 100%;
width: 100%;
}
#typed-welcome {
&::before {
@include typed("Welcome to tlater.net!", 1.2s);
}
&::after {
@include cursor(6s);
}
}