1

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.

designerNProgrammer
  • 2,621
  • 5
  • 34
  • 46

1 Answers1

1

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

Evgeniy
  • 2,915
  • 3
  • 21
  • 35