Giter Site home page Giter Site logo

Comments (9)

darsain avatar darsain commented on August 19, 2024

Yeah, that's IE10 not supporting transform-style: preserve-3d; ... I'll remove the 3D styling for IE10 when Modernizr will add detect for preserve-3d, which is on to-do list: #762.

Otherwise I'd have to do it inside main.js or something, messing up the code ... fuck that. Not for IE10 :)

from sly.

ivandotv avatar ivandotv commented on August 19, 2024

Yeah, I've ended up sniffing for IE browser

    Modernizr.addTest('ie', function ()
    {
        return !!navigator.userAgent.match(/MSIE/i);
    });

from sly.

darsain avatar darsain commented on August 19, 2024

I've added preserve3d test, and effects are applied only when it passes, otherwise only flat demo is displayed. At least I hope so, don't have IE10 to test it :)

Closing. Reopen when still borked.

from sly.

ivandotv avatar ivandotv commented on August 19, 2024

I can't test it locally right now, have you updated your demo site? The bug is still present there.

from sly.

darsain avatar darsain commented on August 19, 2024

Yes I did. What do you mean the bug is still present? I haven't removed the bug (I can't teach IE10 to fully support 3D CSS), I've just removed 3D when it is not fully supported.

from sly.

ivandotv avatar ivandotv commented on August 19, 2024

I mean on http://darsa.in/sly/

from sly.

darsain avatar darsain commented on August 19, 2024

Me too.

from sly.

darsain avatar darsain commented on August 19, 2024

So after discovering that preserve-3d detection in IE doesn't work I gave up and just hardcoded the 3D example to be used only in non IE browsers.

from sly.

discotizer avatar discotizer commented on August 19, 2024

Strange thing is, that MS says it works since IE 10... when opening this site on IE you can see that it works... http://msdn.microsoft.com/en-us/library/ie/hh772272%28v=vs.85%29.aspx

from sly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.