HTML5 SVG混合图标动画特效插件 Hybrid SVG icons

DEMO1 github icons

GitHub plugin

large

small


github-
starred
github-
forked
github-
watch
github-
issue
github-
downloaded

Usage is simple. Copy the code below to HTML and set your user and repository.
The data-hybicon attribute may be one of the above values.
<body>
    <div data-hybicon="github-starred"
         data-hybicon-github-user="username"
         data-hybicon-github-repo="reponame"
         data-hybicon-github-repotag="tagname"> <!--For releases. Without this all of the downloads count.-->
    </div>
    <script src="https://cdn.jsdelivr.net/raphael/2.1.4/raphael-min.js"></script>
    <script src="https://cdn.jsdelivr.net/hybicon/1.0.1/hybicon.min.js"></script>
</body>