davebalmer / jo

Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnable UI widgets, a clean event model and a light data layer.
MIT License
1.2k stars 180 forks source link

joStack transitions need to use transition end event #7

Closed davebalmer closed 13 years ago

davebalmer commented 13 years ago

joStack needs to clear out all child nodes from its DOM tree except for the current view, which it does after any CSS transitions defined in the app css.

Currently, uses 800ms fixed timeout, which is "ok" for a default, but joStack should be hook into the transition end event for the views if available.