lbry-desktop/ui/scss/init
infinite-persistence f5cce18a55 Disable placeholder animation
## Issue
https://www.notion.so/Performance-Fixes-927f825a5d674bd09323830be1d263af#1beab2fee011421492b56b88f68681a3

We currently lazy-load the tiles in the category sections (but not the sections themselves, because we want to retain scroll position on Back action). This puts gray placeholders until the section is visible on screen.  which turns out to be quite expensive, because the placeholders are animated, so we have a perpetual animation in the background after the homepage loads + user did not scroll.

## Change
Just disable the barely-noticeable animation for now.

There are alternatives, but probably not worth polluting the code with:
- Just like the thumbnails, use intersection observer to decide when to animate.
- Find solution to the "lazy load section + need to retain scroll position".
2021-12-16 03:01:03 -05:00
..
_base-theme.scss Remove skin support and lbry.tv scss 2021-11-09 10:36:08 +08:00
_color.scss ClaimPreviewTile: add attribute to show "LIVE" tag. 2021-04-30 14:11:42 -04:00
_gui.scss Refactor scrollbar CSS for portal components outside of main 2021-12-09 15:35:40 -05:00
_mixins.scss Disable placeholder animation 2021-12-16 03:01:03 -05:00
_reset.scss bring in styles from @lbry/components 2020-07-24 13:20:36 -04:00
_vars.scss Changed max inline player height 2021-12-15 17:59:18 -05:00