I'm developing an HTML5 app with jQuery Mobile, and I want to show sliding animations slideUp / slideDown
only for units that are powerful enough for this.
I dont want people on lower end phones to get laggy animations, so I'd rather just turn animations off for them.
I'm sure there is someone who have thought about this before, and probably made some plugin or solution for this?