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.
Asked
Active
Viewed 105 times
1 Answers
1
It should be state. Layout's task - manage page geometry.

Evgeniy
- 2,915
- 3
- 21
- 35
-
Thanks. should it be like s-anim? – designerNProgrammer Feb 06 '14 at 06:55
-
1i used to call statuses like is-animated, is-hidden, and so on. If you use s- prefix then yes. – Evgeniy Feb 06 '14 at 07:44
-
Yeah i guess it's a state. is-animated is fine. – designerNProgrammer Feb 09 '14 at 04:26
-
@evgeiny thanks. if you like this question please put a like up. thanks. – designerNProgrammer Feb 09 '14 at 04:26