mirror of
https://github.com/sune-org/sune-logo.git
synced 2026-03-17 03:11:04 +00:00
Fix: Sharper spikes and snappier pulse timing
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
*/
|
||||
.s-spikes-pulse {
|
||||
transform-origin: 50px 50px;
|
||||
animation: s-rapid 0.35s infinite;
|
||||
animation: s-rapid 0.32s infinite;
|
||||
}
|
||||
|
||||
@keyframes s-rapid {
|
||||
0%, 100% { transform: scale(1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
|
||||
50% { transform: scale(0.6); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
|
||||
50% { transform: scale(0.55); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@@ -26,8 +26,8 @@
|
||||
<!-- Reusable SVG Definition for the 16-point Star -->
|
||||
<svg style="display:none">
|
||||
<defs>
|
||||
<!-- Master spike perfectly tuned to match the logo proportions -->
|
||||
<polygon id="spike" points="47,50 50,2 53,50"/>
|
||||
<!-- Slightly thinner spike for a sharper look -->
|
||||
<polygon id="spike" points="47.5,50 50,2 52.5,50"/>
|
||||
|
||||
<!-- All 16 spikes combined into a single group -->
|
||||
<g id="s-spikes">
|
||||
|
||||
Reference in New Issue
Block a user