background-size:
80px 80px, /* Diagonal base */
80px 80px,
120px 120px, /* Larger horizontal/vertical base */
120px 120px,
100px 100px, /* Radial nodes base */
100px 100px,
100px 100px,
100px 100px;
background-position:
0 0, 0 0,
0 0, 0 0,
0 0, 0 0,
0 0, 0 0;
opacity: 0.8; /* Subtle transparency */
animation: moveTopologicalLines 120s linear infinite; /* Very slow, subtle animation */
}
@keyframes moveTopologicalLines {
to {
/* Different movement for different layers to create complexity */
background-position:
4000px 4000px, /* Diagonal move */
-4000px 4000px,
0 6000px, /* Vertical move */
6000px 0, /* Horizontal move */
1000px 1000px, /* Radial move */
-1000px -1000px,
1000px -1000px,
-1000px 1000px;
}
}
</style>
-
Notifications
You must be signed in to change notification settings - Fork 0
Artifact-Virtual/.github
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This repo hosts official documentation for the Artifact Virtual project.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published