From 9272033b8c679da813d7b47dbc2cb30ede136490 Mon Sep 17 00:00:00 2001 From: Anurag Aggarwal Date: Fri, 8 May 2020 12:48:03 +0530 Subject: [PATCH] Added touch zooming capability --- index.html | 1 + js/xaos.js | 29 ++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7f2e8e4..a84f50f 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,7 @@ Try Chrome or Firefox.

This is a real-time fractal zoomer. Using it is simple: left-click to zoom in, right-click to zoom out.

+

Touch Devices: Use one finger to zoom in, two fingers to zoom out. Interrupt zoom out with one finger.