Lartsch / FediAct

Chrome/Firefox extension that simplifies interactions on other Mastodon instances than your own.
MIT License
459 stars 15 forks source link

namespace animations to avoid conflicts #65

Closed wlonkly closed 1 year ago

wlonkly commented 1 year ago

Prefix all animations with fa_ to avoid conflicting with animations in a page's own CSS. The conflict was on common names (fadeIn, fadeOut) but I decided consistency would be good and renamed all.

Tested in Firefox 109.0 (animation conflict removed, extension still functions) and Chrome 109.0.5414.87 (never had the animation issue, extension still functions).

Fixes #62.

Lartsch commented 1 year ago

Hi, thanks. Approved and included in the next update.