0.0.2 • Published 8 years ago

react-pulse-ring-animation v0.0.2

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

Pulse ring animation react component

A pulse ring animation react component made with SVG

react-pulse-ring-animation-demo

Install

$ npm install --save react-pulse-ring-animation

Usage

var ReactDOM = require("react-dom")
var PulseRingAnimation = require('react-pulse-ring-animation')

ReactDOM.render(
  <PulseRingAnimation>
    <img src="http://a.deviantart.net/avatars/g/r/grumpy-cat-plz.jpg?1" style={{borderRadius: "50%"}}/>
  </PulseRingAnimation>,
 document.getElementById("react-app")
);