adorable-css icon indicating copy to clipboard operation
adorable-css copied to clipboard

[New Feature] animation 유틸리티 or plugin

Open developer-1px opened this issue 4 years ago • 0 comments

https://animate.style/

animate.css와 같은 자주 쓰이는 에니메이션을 함수형 CSS로 제공할 수 있는 plugin을 고민해봅시다.

ex)

<div class=".isError:shakeX(10)">실패시 좌우로 흔드는 에니메이션</div>

or

<div class=".isError:@shakeX(10)">실패시 좌우로 흔드는 에니메이션</div>

developer-1px avatar Nov 06 '21 10:11 developer-1px