Hat tip by Lensco from Briccs:
-ms-overflow-style: -ms-autohiding-scrollbar;
gives you scrollbars that appear during touch and keyboard interactions, and fade out again after a few seconds. Nice.
(src)
A rather geeky/technical weblog, est. 2001, by Bramus
Hat tip by Lensco from Briccs:
-ms-overflow-style: -ms-autohiding-scrollbar;
gives you scrollbars that appear during touch and keyboard interactions, and fade out again after a few seconds. Nice.
(src)
The following W3C draft standard features match these criteria and IE10 now supports them in their unprefixed form:
- Gradients (CSS Image Values and Replaced Content)
- CSS Animations
- CSS Transitions
- CSS Transforms
font-feature-settings
property (CSS Fonts)- Indexed Database API
- Timing control for script-based animations (
requestAnimationFrame
)IE10 also supports the following W3C draft standards in vendor-prefixed form.
Looks like IE10 is on the right track 🙂