Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 647 Bytes

File metadata and controls

15 lines (12 loc) · 647 Bytes

Design

  • Paint flip animation or scale or both
  • Try out blend modes for better transitions
  • Try to hide and show time between start/pause
  • Paint boot animation, will need some js here
  • Add icons for iOS and OSX

Development

  • Add Fluid support if(window.fluid) window.fluid.dockBadge = formatted;
  • Add Fluid support if(window.fluid) window.fluid.showGrowlNotification({title: prompt});
  • Rid-off Class abstraction, refactor code using modules and mixins or just functions
  • Make mediator take options from URL
  • A view should rather be an Interaction => Input handling, Presentation (templates and rendering and sound)