unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

logic and performance fixes for pull-to-refresh #120

Closed dominikg closed 12 years ago

dominikg commented 12 years ago
  1. changed Scroll to not register/unregister event handlers on touchstart/touchend. It may be possible that touchend does not occur and that would cause multiple registrations
  2. ActionScroll doesn't change notifications or execute actions whhile an action is being executed
  3. ActionScroll uses an additional container to box icons to prevent layout changes on phase change
  4. ActionScroll does not use state changes for icons anymore. Instead it manipulates dom element styles directly to ensure the correct styles are applied when needed
  5. fixed Animation to actually cleanup internal cache