What are the “golden rules” to increase CSS3 transition performance on mobile devices?
问题 I am using some really simple CSS3 transitions in my app like in the following example where I try to slide in a div container from left to right: <div id="navi"> <form> <input>...</input> </form> <ul> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> </ul> </div> <div id="bg"> <img src="..."> <img src="..."> <img src="..."> <img src="..."> <img src="..."> <img src="..."> <img src="...">