Skip to content

Commit cd9f8a6

Browse files
committed
Got a raw native-speed demo running!
1 parent 978deec commit cd9f8a6

File tree

8 files changed

+5348
-20
lines changed

8 files changed

+5348
-20
lines changed

demos/visual_test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<title>Toggle Button</title>
4+
<title>X-GIF MULTIBALL</title>
55
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.3.4/platform.js"></script>-->
6-
<link rel="import" href="../dist/x-gif.raw.html">
6+
<link rel="import" href="../dist/x-gif.raw.vulcan.html">
77
<style>
88
</style>
99
</head>

dist/x-gif.raw.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
<template>
2-
<link rel="stylesheet" href="x-gif.css"/>
1+
<template id="template">
2+
<!-- SWITCH BACK TO A LINK WHEN VULCANIZE IS IN -->
3+
<!--<link rel="stylesheet" href="x-gif.css"/>-->
4+
<style>
5+
@import "/dist/x-gif.css";
6+
</style>
37
<div class="frames-wrapper">
48
<div id="frames"></div>
59
</div>
610
</template>
711

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")
12+
<script src="x-gif.raw.js">
1413
</script>

0 commit comments

Comments
 (0)