I just created this nifty little animation for text that gives the effect of color sliding in from the left when the slider moves using only HTML/CSS. I'd love to know if this animation is working the the developer preview for IE10.
It works fine in IE10 release version. If you like to test IE, you could use tools such as http://www.browserstack.com although you have to pay after the free trial runs out.
The fonts do not work correctly however. This is because you only use a TTF font, and the installable bit is not set on the font, so it violates IEs permissions check. You should be able to solve this by making a WOFF version of the font. Font Squirrel allows you to do this: http://www.fontsquirrel.com/fontface/generator This will also allow it to work in mobile browsers such as IE10 on Windows Phone 8.
Can anyone help me out?
http://fatatominternetmarketing.com/preview/uvalux/uvaluxbeauty/
Thanks!
It works fine in IE10 release version. If you like to test IE, you could use tools such as http://www.browserstack.com although you have to pay after the free trial runs out.
The fonts do not work correctly however. This is because you only use a TTF font, and the installable bit is not set on the font, so it violates IEs permissions check. You should be able to solve this by making a WOFF version of the font. Font Squirrel allows you to do this: http://www.fontsquirrel.com/fontface/generator This will also allow it to work in mobile browsers such as IE10 on Windows Phone 8.
First, make sure the font EULA allows you to convert the files and use them via @font-face.