Am 08.08.2014 17:04, schrieb Howard Lewis Ship:
Possibly we need to break the definitions into two parts, more like Bootstrap, with the main version, plus an equivalent to Bootstrap's "fade". The point is to delay the fade in by a moment, so that there's no visible effect for fast loading pages.
Yes, but that isn't the case for recent Firefoxes at least, because they ignore the prefixed versions of the transition CSS attributes. So they'll show the mask at once. I've got a working CSS only solution, where the delayed fading should work in Firefox, IE10+ and Chrome. I just added the non-prefixed attributes for that. IE9 can be made to work with a conditional style tag, but the delay won't work there, so the mask is also shown for fast-loading pages. For IE8, we could probably use an Alpha filter but I haven't tried that (and, to be honest, won't).
Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org