GithubHelp home page GithubHelp logo

blivesta / rippler Goto Github PK

View Code? Open in Web Editor NEW
344.0 344.0 59.0 595 KB

:construction_worker: Effect that spreads like a wave in touch or click.

Home Page: http://git.blivesta.com/rippler/

JavaScript 91.41% CSS 8.59%

rippler's People

Contributors

blivesta avatar bryant1410 avatar nr007 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rippler's Issues

How to destroy the rippler

I need to destroy the rippler attached function when the element is removed from DOM.
Would you please add a destroy method.

Click and Drag Away to Cancel Click

This look nice, but something went wrong i think when you click and drag away your cursor away to the button to cancel the click or being click/press the button and it leaves a round object inside the button...
Please check screenshot:

screen shot 2017-03-25 at 8 00 36 am

Problem on FIREFOX

Please try this code in Chrome (works fine) but does not work in Firefox onlick event (alert) and this happens only when the class 'rippler' is added

<!DOCTYPE HTML>
<html>
<head>
    <meta http-equiv="content-type" content="text/html" />
    <meta name="author" content="lenin" />

    <title>Sin título 1</title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

      <link rel="stylesheet" href="http://git.blivesta.com/rippler/css/rippler.css">
      <script src="http://git.blivesta.com/rippler/js/jquery.rippler.js"></script>
</head>

<body>

<a href="#" class="miubtton rippler rippler-inverse" style="background: silver;color:#fff;padding: 5px 15px;">click</a>
<script>
$(document).ready(function() {
  $(".rippler").rippler();


  $(".miubtton").on("click",function(){
    alert("aaa");
  });
});
</script>
</body>
</html>

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.