adorable-css
adorable-css copied to clipboard
[New Feature] animation 유틸리티 or plugin
https://animate.style/
animate.css와 같은 자주 쓰이는 에니메이션을 함수형 CSS로 제공할 수 있는 plugin을 고민해봅시다.
ex)
<div class=".isError:shakeX(10)">실패시 좌우로 흔드는 에니메이션</div>
or
<div class=".isError:@shakeX(10)">실패시 좌우로 흔드는 에니메이션</div>