adobe-photoshop / spaces-design

Adobe Photoshop Design Space
http://adobe-photoshop.github.io/
Other
852 stars 74 forks source link

User interaction batchPlay option #3659

Closed iwehrman closed 8 years ago

iwehrman commented 8 years ago
  1. Set the isUserInteractionCommand batchPlay option when coalescing transform.setRadius, shapes.setFill*, shapes.setStroke* and type.setType* actions. (I think this only affects the color picker and the radius slider, at the moment, since the other actions that could be affected by this change aren't ever coalesced.) I can't actually measure any performance difference with this change, but @jsbache wants it and I want him to be happy!
  2. Also, just because, double the menu-update debounce timeout from 200ms to 400ms to make it less likely to trigger during user interactions. 200ms seems a little optimistic for a lot of computers...
mcilroyc commented 8 years ago

LGTM. cc; @chadrolfs