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:
@@ -6,6 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/website/foo-style.css">
|
||||
<link rel="stylesheet" href="/website/post-style.css">
|
||||
<title>Document</title>
|
||||
<script src="/website/redirect.js"></script>
|
||||
</head>
|
||||
|
||||
+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 |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user