Wand
« on July 15th, 2012, 05:34 AM »
@keyframes myanim
{
from: { top: 0px}
to: { top: 100px }
}#mydiv
{
animation: myanim 5s infinite
}What is it?
Oh, er, yes, it is.
That's how I found that keyframes won't work in WeCSS.
@Pete> What style by Nas? The thing I'm talking about was cooked up by Dragooon for AeMe...
And... did you bother to report that...? I don't remember hearing about that.
.cat
-prefix-animation-duration: 3s
-prefix-animation-name: slidein
@-prefix-keyframes slidein
from
margin-left: 100%
width: 300%
to
margin-left: 0%
width: 100%Okay, found it... I think.
https://github.com/SimpleMachines/SMF2.1/pull/59
I can't see it in action, so I have no idea what it looks like. But it reminds me of Dragooon's bars because they're skewed by 45°
![]() | The way it's meant to be |
I can't imagine anything that would specifically upset WeCSS in this, and honestly if it were reformatted to use normal WeCSS layout it should work just fine.