webdev_portfolio icon indicating copy to clipboard operation
webdev_portfolio copied to clipboard

Secondary backdrop without Flash

Open feifyKike opened this issue 1 year ago • 0 comments

Objective

Create an option to enabled to a secondary background color that would be visible only on over-scroll and vertical scroll bounce. Also would color the top and bottom margins in mobile.

Technical issue

onMounted(() => {
  document.body.style.backgroundColor = "#hex"
})

May seem like the simplest solution, however, on anchor tag navigations and initial loads would flash with the "#hex" color. Need a way to circumvent this.

feifyKike avatar Aug 18 '23 19:08 feifyKike