mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
add post styles and increase animation time
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
+10
-5
@@ -1,8 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="65" height="60"
|
||||
|
||||
shape-rendering="crispEdges"><style type="text/css">.color {
|
||||
animation:
|
||||
col 20s linear infinite;
|
||||
shape-rendering="crispEdges"><style type="text/css">
|
||||
.color {
|
||||
-webkit-animation: col 300s linear infinite;
|
||||
-moz-animation: col 300s linear infinite;
|
||||
-o-animation: col 300s linear infinite;
|
||||
animation: col 300s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes col {
|
||||
@@ -47,8 +50,10 @@ shape-rendering="crispEdges"><style type="text/css">.color {
|
||||
}
|
||||
|
||||
.rcolor {
|
||||
animation:
|
||||
rcol 20s linear infinite;
|
||||
-webkit-animation: rcol 300s linear infinite;
|
||||
-moz-animation: rcol 300s linear infinite;
|
||||
-o-animation: rcol 300s linear infinite;
|
||||
animation: rcol 300s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes rcol {
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user