Skip to content

herbowicz/react-logo-animated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Logo Animated

react-logo-animated

About

Animated SVG React.js logo

<svg width="200" height="200">
  <g>
    <ellipse cx="100" cy="100" rx="160" ry="60" />
    <ellipse cx="100" cy="100" rx="160" ry="60" transform="rotate(60, 100, 100)" />
    <ellipse cx="100" cy="100" rx="160" ry="60" transform="rotate(120, 100, 100)" />
    <circle cx="100" cy="100" r="30" />
  </g>
</svg>

How to use

Show it before your PowerPoint presentations. Toggle fullscreen mode on click: Demo

Short link

bit.ly/react-loader

License

MIT