On Tue, Apr 21, 2015 at 5:50 PM, Christopher Lord <cl...@mozilla.com> wrote:
> That sounds like a nice idea, though I wonder how you'd specify the duration
> of the application of the stylesheet via a media query?

I would put it in the stylesheet somehow I think. Putting yet more
style in markup as this proposal does seems eerily similar to <meta
name=viewport>. Here's a strawman for doing it in CSS:

@viewport {
  navigate-away-duration: 500ms
}

@media (navigate-away) {
  ...
}


-- 
https://annevankesteren.nl/
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to