isso
isso copied to clipboard
Animate insertion/deletion of comments, decide upon a lightweight animation library
suckless
Does https://github.com/daneden/animate.css fit your definiton of suckless?
probably yes, but it's not really lightweight with >50kb. The JS side of isso is at the moment only 41kb (well, might increase when I add basic support for i18n).
I'm fairly new to JS, so the only thing I need is a simple fade-in and a smooth scrolling to the comment after creation (e.g. jQuery's el.fadeIn(msec)
). I tried some random CSS3 animation library that used key frames, but that didn't work (probably my fault).
Animating comments definitely falls into nice-to-have territory, but leaving open on backburner.