OSDN Git Service

Modify the init method of the object
authordhrname <dhrname@users.sourceforge.jp>
Mon, 17 Oct 2016 12:00:34 +0000 (21:00 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Mon, 17 Oct 2016 12:00:34 +0000 (21:00 +0900)
org/w3c/dom/smil.js

index 36358da..479ece2 100644 (file)
@@ -1364,6 +1364,7 @@ base("$calcMode").up("$attribute").mix( {
       this.timeline = line;\r
       /*$begin.$listのイベントに属性処理を追加*/\r
       line.$list.addEvent("begin", this._setFrame.bind(this));\r
+      line.$list.addEvent("play", this._setFrame.bind(this));\r
       line.$list.addEvent("end", this._setEndFrame.bind(this));\r
       base("$frame").addLine(line.$list);\r
     }\r