In which category should my animation class go?

116 Views Asked by At

i am a newbie to SMACSS css. I have this class which has a transition of like .5 seconds to it. every time i want to add something to the div like an animation i attach a class. so should it be like in layout or state? like l-anim or is-anim? please help. thanks.

1

There are 1 best solutions below

4
On BEST ANSWER

It should be state. Layout's task - manage page geometry.