framework/less
Alexander Skvortsov 543b136f7c
Refactor PostStream animations (#2364)
- If the fadeIn animation is specified on the PostStream class itself, any time we add/remove another animation, it will redo fadeIn. To avoid this, we move fadeIn into it's own css class, which is applied, and then immediately removed after the animation is completed to ensure it only runs once.
- The "fix" for flashItem was actually broken, as it resulted in 'flash' never being removed, so we never went back to .PostStream's fadeIn. We adjust flashItem to ensure that '.flash' is removed. We also remove 'fadeIn' in case it hasn't yet been removed in oncreate.
2020-10-15 17:34:35 -04:00
..
admin Removed excess Widget class in favor of DashboardWidget (#2164) 2020-05-19 20:52:07 -04:00
common Header UI fixes (#2371) 2020-10-09 19:05:53 -04:00
forum Refactor PostStream animations (#2364) 2020-10-15 17:34:35 -04:00
admin.less Webpack (#1367) 2018-06-20 13:20:31 +09:30
forum.less Webpack (#1367) 2018-06-20 13:20:31 +09:30