diff --git a/core/http/views/explorer.html b/core/http/views/explorer.html index 91cb9720..033fa546 100644 --- a/core/http/views/explorer.html +++ b/core/http/views/explorer.html @@ -152,6 +152,35 @@ right: 10px; color: #e2e8f0; } + .fa-circle-nodes { + /* font-size: 100px; /* Adjust the size as needed */ + animation: rotateCircleNodes 8s linear infinite; /* Slow and fluid rotation */ + display: inline-block; + } + + @keyframes rotateCircleNodes { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } + } + /* Animation for the warning box */ + .fa-flask { + /* font-size: 100px; /* Adjust the size as needed */ + animation: shakeFlask 3s ease-in-out infinite; /* Smooth easing and longer duration for fluidity */ + transform-origin: bottom center; + } + + @keyframes shakeFlask { + 0%, 10% { transform: rotate(0deg); } /* Start and end still */ + 20% { transform: rotate(-10deg); } /* Smooth transition to left */ + 30% { transform: rotate(10deg); } /* Smooth transition to right */ + 40% { transform: rotate(-8deg); } /* Smooth transition to left */ + 50% { transform: rotate(8deg); } /* Smooth transition to right */ + 60% { transform: rotate(-5deg); } /* Smooth transition to left */ + 70% { transform: rotate(5deg); } /* Smooth transition to right */ + 80% { transform: rotate(-2deg); } /* Smooth transition to left */ + 90% { transform: rotate(2deg); } /* Smooth transition to right */ + 100% { transform: rotate(0deg); } /* Return to center */ + }
@@ -159,14 +188,23 @@ {{template "views/partials/navbar_explorer" .}}View the clusters and workers available in each network.
++ View the clusters and workers available in each network. + + + +
++ + Token (click to copy): +
Description
+Description