Giter Club home page Giter Club logo

Comments (3)

imsky avatar imsky commented on June 15, 2024

The site uses the HTML5 doctype: <!doctype html> referenced here: http://dev.w3.org/html5/spec/syntax.html#the-doctype

cssFx is browser-agnostic, so it can be used to generate prefixed rules for all possible browsers, which is why it adds -moz- and -webkit- rules together.

Let me know the specific issue you're having, please. I'm closing the ticket unless there's an actual cssFx problem.

from cssfx.

dtaralla avatar dtaralla commented on June 15, 2024

OK, here is a description of the issue. When launching http://imsky.github.com/cssFx/ site in Internet Explorer 9 with:
Document mode: IE9
Navigator mode: IE9

I notice transitions animations aren't played (but on Chrome for example, that is originally transition-capable, they are).

Document mode: IE7, 8
Navigator mode: IE7, 8

All css3 properties that IE9 originally supports without your script don't work anymore. That is,

  • Shadows
  • Border-radius
  • Columns
  • ...

from cssfx.

imsky avatar imsky commented on June 15, 2024

CSS transitions are supported in IE10+ (http://msdn.microsoft.com/en-us/library/ie/hh673536%28v=vs.85%29.aspx#css3_transitions).

cssFx only provides prefixed properties and some minor fallbacks. It does not provide substitution for CSS3 properties for browsers that do not support them via vendor prefixes.

from cssfx.

Related Issues (17)

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.