mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:25:06 +03:00
Commented out text-flicker
This commit is contained in:
parent
79969c0bef
commit
2adb15a0cf
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
/* Text Flicker Animation */
|
||||
|
||||
|
||||
/*
|
||||
h1{
|
||||
animation: text-flicker 1.5s linear;
|
||||
transition: 0.2s ease-out;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
h1{
|
||||
/*h1{
|
||||
animation: text-flicker 3s linear;
|
||||
transition: 0.2s ease-out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue