bannertime / generator-bannertime

Yeoman generator to help build and manage HTML5 banner campaigns.

Home Page:https://bannertime.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: preloader does not fade out as intended

joemidi opened this issue · comments

Noticed in the most recent version of Chrome at least that the preloader no longer fades out on top of the creative.

Instead items instantly appear on the screen in place.

I feel like preloader.scss should include:

.preloader {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 999;
}