animated background
This commit is contained in:
@@ -338,7 +338,9 @@ footer h2 {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem; }
|
||||
|
||||
/* Link the SVG file */
|
||||
#content-ontop {
|
||||
display: none; }
|
||||
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
transform: scale(0); }
|
||||
@@ -383,12 +385,6 @@ footer h2 {
|
||||
fill: #349a84;
|
||||
/* Final fill color */ } }
|
||||
|
||||
@keyframes football-motion {
|
||||
0% {
|
||||
transform: translateX(0) translateY(0); }
|
||||
100% {
|
||||
transform: translateX(100px); } }
|
||||
|
||||
@keyframes traceAppear {
|
||||
0% {
|
||||
opacity: 0; }
|
||||
@@ -400,18 +396,6 @@ footer h2 {
|
||||
#path_circle_vert_clair_erable_2 {
|
||||
animation: traceAppear 2.5s forwards; }
|
||||
|
||||
/* Apply styles to the SVG paths
|
||||
#circle_pop_trans,
|
||||
#circle_pop_trans-2,
|
||||
/* Add other SVG IDs or classes here */
|
||||
#circle_orange {
|
||||
/* Add styles to your SVG paths */
|
||||
/* Example animation */
|
||||
/* animation: pulse 2s infinite alternate; */
|
||||
/* animation: dropDown 2s infinite alternate; */
|
||||
/* animation: pulse 2s infinite alternate; */
|
||||
/* animation: slidein 2s infinite alternate; */ }
|
||||
|
||||
/*!
|
||||
* Hamburgers
|
||||
* @description Tasty CSS-animated hamburgers
|
||||
@@ -538,7 +522,8 @@ body {
|
||||
body #content-ontop {
|
||||
z-index: 3000;
|
||||
position: relative;
|
||||
top: -1200px; }
|
||||
top: -1200px;
|
||||
display: none; }
|
||||
body #background-animated {
|
||||
z-index: 2000;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user