Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
Last active December 17, 2015 10:39
Show Gist options
  • Save nerdfiles/5596325 to your computer and use it in GitHub Desktop.
Save nerdfiles/5596325 to your computer and use it in GitHub Desktop.
Unhandled DOMException: SYNTAX_ERR in jquerrypp's getAnimation
// get the last sheet and insert this rule into it
sheet.insertRule("@" + getBrowser().prefix + "keyframes " + name + ' ' + style, (sheet.cssRules && sheet.cssRules.length) || 0); // Error: [Unhandled DOMException: SYNTAX_ERR]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment