-_-.css
-_-.css copied to clipboard
It's too fast π
Hey. Great work on this css framework!
I'm wondering if I'm able to slow it down a bit.. because it really is impossibly fast. I've had some complaints from website owners because they said their sites load super fast, but their users are expecting a delay like on every other website.
Hi Kalob,
Thanks for taking the time to report this. Thatβs a good point, and indeed thatβs a known limitation of the approach we took in this framework. Perhaps this is something we should add opt-in support for, without changing the existing API? Iβm thinking of something like:
@keyframes \β³ {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.\π’{
animation-name: \β³;
animation-duration: 2s;
}
You could then use this as <body class="𦴠π’">
. Or we could limit this to just π¦΄, <body class="𦴠π¦΄--π’">
.
I think π’ is quite a good mood for this but also welcome suggestions for more appropriate moods.