isso-comments / isso

a Disqus alternative
https://isso-comments.de
MIT License
5.05k stars 437 forks source link

Animate insertion/deletion of comments, decide upon a lightweight animation library #6

Open posativ opened 11 years ago

moschlar commented 11 years ago

suckless

phaer commented 11 years ago

Does https://github.com/daneden/animate.css fit your definiton of suckless?

posativ commented 11 years ago

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).

ix5 commented 2 years ago

Animating comments definitely falls into nice-to-have territory, but leaving open on backburner.