File tree Expand file tree Collapse file tree 4 files changed +30
-11
lines changed Expand file tree Collapse file tree 4 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Toggle Button</ title >
5
- < script src ="../dist/ platform.js "> </ script >
6
- < link rel ="import " href ="../dist/x-gif.html ">
5
+ <!--< script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.3.4/ platform.js"></script>-- >
6
+ < link rel ="import " href ="../dist/x-gif.raw. html ">
7
7
< style >
8
8
</ style >
9
9
</ head >
Original file line number Diff line number Diff line change
1
+ < template >
2
+ < link rel ="stylesheet " href ="x-gif.css "/>
3
+ < div class ="frames-wrapper ">
4
+ < div id ="frames "> </ div >
5
+ </ div >
6
+ </ template >
7
+
8
+ < polymer-element name ="x-gif " attributes ="src speed bpm hard-bpm exploded n-times ping-pong sync fill stopped ">
9
+
10
+ </ polymer-element >
11
+
12
+ < script >
13
+ console . log ( "OK WE ROCKIN DIS" )
14
+ </ script >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ < template >
2
+ < link rel ="stylesheet " href ="x-gif.css "/>
3
+ < div class ="frames-wrapper ">
4
+ < div id ="frames "> </ div >
5
+ </ div >
6
+ </ template >
7
+
8
+ < polymer-element name ="x-gif " attributes ="src speed bpm hard-bpm exploded n-times ping-pong sync fill stopped ">
9
+
10
+ </ polymer-element >
11
+
12
+ < script >
13
+ console . log ( "OK WE ROCKIN DIS" )
14
+ </ script >
You can’t perform that action at this time.
0 commit comments