This repository was archived by the owner on Jun 16, 2021. It is now read-only.
forked from brianleroux/xui
-
Notifications
You must be signed in to change notification settings - Fork 106
Roadmap
silentrob edited this page Nov 27, 2011
·
4 revisions
- standard transitions that are CSS3/ GPU optomised.
- Browser history methods or Load a page without "loading" a page. (Not sure what this method is actually called.)
- Device Detection x$.os.iphone (boolean) Simple UA sniffing.
- Higher level Touch/Guesture Event baked in. Swipe and Pinch.
- .eq()
- we don't need this. xui has an array notation you can use. - @filmaj
- .parent()
- +1 - @filmaj
- -1 - x$(..)[0].parentNode ?? @silentrob
- Emile doesn't currently support requestAnimationFrame(); here's a fork that does: https://github.com/maxpert/emile.
-
MDN shows unknown support for
requestAnimationFrame
- how can we test for this? is it viable on mobile? -@filmaj
-
MDN shows unknown support for
I think @silentrob is currently working on this, see his repo
Again, @silentrob has something for this in the works on his branch.
- not sure if I find this API necessary. Using
attr
is enough I think, just have to prefix all calls to it with 'data-'. - @filmaj