notwaldorf/emoji-rain

Does not work

davepile opened this issue · 2 comments

Chrome 66
This seems like the simplest installation ever, but I cannot see anything.

I installed with bower, the files all appear to be there in the bower_components folder, I created the html file and copied the index.html file from https://www.webcomponents.org/element/notwaldorf/emoji-rain

<!doctype html>
<html>
<head>
          <meta charset="utf-8">
          <title>zomg</title>
          <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
          <link rel="import" href="bower_components/emoji-rain/emoji-rain.html">
  </head>
  <body>
    <emoji-rain active></emoji-rain>
  </body>
</html>

I am serving it from a node but also tried iis, the page loads with no errors and no errors in loading files.

+1

Using start() and stop() seems to work, but the active attribute doesn't appear to do anything for me.