/poly-zoom

Bring an incredible zoom (60fps) to your project using this element

Primary LanguageJavaScript

poly-zoom

Join the chat at https://gitter.im/donflopez/poly-zoom Bring an incredible zoom (60fps) to your project using this element

Try a demo

Usage:

  • upper-limit is the maximum zoom posible
  • revere is the direction of the zoom with the mouse wheel
<poly-zoom upper-limit="3" reverse="true">
  <!-- everything here -->
  <img>
  <h1>Hello!</h1>
</poly-zoom>
```