isso icon indicating copy to clipboard operation
isso copied to clipboard

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

Open posativ opened this issue 11 years ago • 4 comments

posativ avatar Sep 06 '13 09:09 posativ

suckless

moschlar avatar Sep 06 '13 09:09 moschlar

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

phaer avatar Sep 26 '13 12:09 phaer

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

posativ avatar Sep 26 '13 13:09 posativ

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

ix5 avatar Feb 10 '22 21:02 ix5