Skip to content

PTiCA1/Mouse-Animation-Scroll-CSS

Repository files navigation

Mouse animation scroll for landing pages

stack Overflow

Instalation

git clone git://github.com/PTiCA1/Mouse-Animation-Scroll-CSS.git
npm install
gulp --production

HTML

for mouse only

<div class="mouse center-block"></div>

for mouse and arrow

<div class="mouse"></div>
<div class="arrow-scroll">
  <span></span>
  <span></span>
  <span></span>
</div>

Development SCSS styles

gulp watch

for change size and color

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

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

Online preview on Codepen.io.

About

Mouse animation scroll icon for landing pages & others

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published