git clone git://github.com/PTiCA1/Mouse-Animation-Scroll-CSS.git
npm install
gulp --production
<div class="mouse center-block"></div>
<div class="mouse"></div>
<div class="arrow-scroll">
<span></span>
<span></span>
<span></span>
</div>
gulp watch
SCSS file ./scss/main.scss
//for change size mouse
$mouse-size-height: 50px !default;
$mouse-border-size: 2px !default;
$mouse-color: #fff !default;
//for change size down arrow
$arrow-size: 9px !default;
gulp --production
Tested on IE10 + with animations. On IE9 and older without animation. For other browsers such as Safari, Chrome, Firefox without problems in the last two versions.
Online preview on Codepen.io.