Viewing 1 replies (of 1 total)
  • Plugin Contributor Anand Parmar

    (@anandp910)

    This plugin can very well handle all browser prefixes.

    For example,
    .site-content-contain>div {
    -webkit-transition:all 4s ease;
    -moz-transition:all 4s ease;
    -ms-transition:all 4s ease;
    -o-transition:all 4s ease;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Prefixes’ is closed to new replies.