switch to a simpler css based typing animation
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@@ -53,6 +53,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* typing animation */
|
||||
@keyframes typing {
|
||||
from {
|
||||
width: 0;
|
||||
}
|
||||
to {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user