fakruzaruret How can I change bounce effect which appear when I show discussion page. I think this is not nice.
clarkwinkelmann fakruzaruret the effect when opening a discussion at a specific post is achieved with the .flashing class added to .PostStream-item. The CSS is defined here https://github.com/flarum/core/blob/v1.0.4/less/forum/PostStream.less#L92 There's a different effect achieved with the .pulsate class that's used when you hover a mention.