We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf8c4e commit ba1ccfcCopy full SHA for ba1ccfc
1 file changed
jquery.keyframes.js
@@ -22,8 +22,8 @@
22
});
23
24
25
- var $createKeyframeStyleTag = function(id) {
26
- return $("<style>").attr({
+ var $createKeyframeStyleTag = function(id, css) {
+ return $("<style>" + css + "</style>").attr({
27
"class": "keyframe-style",
28
id: id,
29
type: "text/css"
0 commit comments