Tldraw/packages
Steve Ruiz a220b2eff1
[feature] reduce motion (#1485)
This PR adds a user preference to reduce motion. When enabled the app
will not animate the camera (and perhaps skip other animations in the
future). It's actual implementation is as an `animateSpeed` property, so
we can also use it to speed up or slow down our animations if that's
something we want to do!

### Change Type

- [x] `minor` — New Feature

### Test Plan

1. Turn on reduce motion
2. Use minimap / camera features to zoom in / out / etc

- [x] Unit Tests

### Release Notes

- [editor] Add `reduceMotion` user preference
- Add reduce motion option to preferences
2023-05-30 15:22:49 +00:00
..
assets [feature] add laser pointer (#1412) 2023-05-19 11:09:13 +00:00
editor [feature] reduce motion (#1485) 2023-05-30 15:22:49 +00:00
file-format [refactor] update record names (#1473) 2023-05-26 13:37:59 +00:00
indices Create @tldraw/indices package (#1426) 2023-05-22 08:18:01 +00:00
polyfills avoid lazy race conditions (#1364) 2023-05-12 15:41:40 +00:00
primitives Measure individual words instead of just line breaks for text exports (#1397) 2023-05-22 15:10:03 +00:00
tldraw [chore] refactor user preferences (#1435) 2023-05-25 09:54:29 +00:00
tlschema [tiny] add isPageId (#1482) 2023-05-27 17:53:18 +00:00
tlstore [feature] Easier store persistence API + persistence example (#1480) 2023-05-30 15:22:49 +00:00
tlsync-client [minor] Mark tlsync-client internal APIs (#1481) 2023-05-27 16:18:32 +00:00
tlvalidate avoid lazy race conditions (#1364) 2023-05-12 15:41:40 +00:00
ui [feature] reduce motion (#1485) 2023-05-30 15:22:49 +00:00
utils Stricter ID types (#1439) 2023-05-24 11:25:41 +00:00