Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(loaders): fix Dot loader for IE11 #936

Merged
merged 3 commits into from
Nov 17, 2020
Merged

fix(loaders): fix Dot loader for IE11 #936

merged 3 commits into from
Nov 17, 2020

Commits on Nov 16, 2020

  1. fix(loaders): fix Dot loader for IE11

    This commit removes useCSSSVGAnimation because it was returning the same results for
    Chrome 86 and Internet Explorer 11. This should not be the case as SVG animations
    do not work on IE11. Instead, a simplier SVG transform check is used.
    hzhu committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a38c10d View commit details
    Browse the repository at this point in the history
  2. use document from theme context

    hzhu committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    746d624 View commit details
    Browse the repository at this point in the history
  3. Fix lint warning

    hzhu committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    7ecf4ab View commit details
    Browse the repository at this point in the history