Skip to content

FoysalOsmany/Polymer-Gesture-Scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymer-Gesture-Scroll

Interactive scrolling using face movement gesture

Installation:

bower install --save polymer-gesture-scroll

or download and place into component folder

How to use:

<!doctype html>
<html>
<head>
  <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
  <title>Polymer Gesture Scroll</title>


  <link rel="import" href="polymer-gesture-scroll.html">

</head>
<body unresolved>

  <p>An example of using <code>&lt;polymer-gesture-scroll></code>:</p>

  <polymer-gesture-scroll></polymer-gesture-scroll>

</body>
</html>

About

Interactive scrolling using gesture

Resources

Stars

Watchers

Forks

Packages

No packages published