https://github.com/andrewalderson/angular-pinch-zoom
A simple prototype of Pinch Zoom in angular
https://github.com/andrewalderson/angular-pinch-zoom
angular
Last synced: 2 months ago
JSON representation
A simple prototype of Pinch Zoom in angular
- Host: GitHub
- URL: https://github.com/andrewalderson/angular-pinch-zoom
- Owner: andrewalderson
- License: mit
- Created: 2023-03-16T01:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T21:25:46.000Z (over 1 year ago)
- Last Synced: 2025-12-26T22:45:54.398Z (6 months ago)
- Topics: angular
- Language: TypeScript
- Homepage: https://andrewalderson.github.io/angular-pinch-zoom/
- Size: 781 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Pinch Zoom
This is a simple prototype of one way to implement pinch zoom in Angular using a Directive.
It uses Pointer Events instead of Mouse and Touch Events because this is 2023.
It has a simple UI to test out Pinch Zoom and an image. It also implements zoom with mouse wheel.
[Demo](https://andrewalderson.github.io/angular-pinch-zoom/)