node-red/packages/node_modules/@node-red/editor-client
dimitrieh 8286ec8131
Remove animation from zoom buttons for instant, smooth zooming
Replace animatedZoomView() with direct zoomView() calls for zoom
buttons and keyboard shortcuts to eliminate jagged animation caused
by redraw() being called on every frame.

- Change zoomIn/zoomOut/zoomZero to use instant zoom like trackpad
- Single redraw per zoom step instead of 8-10 redraws during animation
- Makes all zoom methods (buttons, keyboard, trackpad) feel consistent
- Keep animatedZoomView() only for zoomToFitAll() where animation helps

Fixes stuttering when zooming with buttons or Ctrl+/-/0 shortcuts.
2025-10-14 10:04:33 +01:00
..
locales i18n(NodeRed) update ES translation files to latest code base 2025-10-09 17:12:38 +02:00
src Remove animation from zoom buttons for instant, smooth zooming 2025-10-14 10:04:33 +01:00
templates fix(editor): remove trailing slash 2024-05-30 01:42:16 +02:00
.npmignore
LICENSE Update package readmes and licenses 2022-01-27 12:49:48 +00:00
README.md
index.js
package.json Bump for 4.1.1 release 2025-10-13 11:37:18 +01:00

README.md

@node-red/editor-client

Node-RED editor resources module.

This provides all of the client-side resources of the Node-RED editor application.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.