GithubHelp home page GithubHelp logo

notwaldorf / emoji-rain Goto Github PK

View Code? Open in Web Editor NEW
217.0 217.0 28.0 4.07 MB

☔️✨ A Polymer element that makes it rain emoji

Home Page: http://meowni.ca/emoji-rain

License: MIT License

HTML 92.45% Shell 7.55%

emoji-rain's People

Contributors

mikeperret avatar mlr avatar notwaldorf avatar samuelli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

emoji-rain's Issues

Does not work

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.

stop() doesn't stop the rain the first time it's called after start()

I'd modified your sample HTML and used some JS:

<emoji-rain id="rain"></emoji-rain>
var rain = document.getElementById('rain');
rain.start();
setTimeout(function(){ rain.stop(); }, 5000);

The rain didn't stop. I manually called stop() and it worked. It always works in the second call.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.