vue-ripple-directive
vue-ripple-directive copied to clipboard
Material Ripple Effect as Vue Directive.
I'm trying to use a value stored in data() for the color used. I'm trying to do something like this. I'm a bit new to Vue, so not sure if...
I noticed that this applying ripple adds an inline position: relative; which causes issues if the element is already absolute positioned. I can work around it, but would be nice...
I believe this would be useful for those situations when we need to disable `v-ripple="(true ? true : false)"`. Great work, thanks for your time!
Hello, I noticed that by adding the "v-ripple" directive on an element using the "@click" event, the ripple effect was not displayed. So I tried to use the "mousedown" modifier...
[RawGit](https://rawgit.com/) is shutting down. This PR replaces all RawGit links with the recommended alternative - [jsDelivr](https://www.jsdelivr.com/). jsDelivr is a free and fast open source CDN hosting all files from GitHub...
Thank you guys for awesome package. All is perfect but I miss the last piece - custom timing function. Is it possible to overwrite it somehow, or may be it's...
Clearing ripple on dragstart event fixes a bug when an anchor tag is being dragged so ripple doesn't disappear, as we only listen to mouseup event on that element.