This probably not the answer you are looking for, but no ill will is intended... Are you trying to add hardware acceleration just for the sake of adding it or are you trying to solve an existing performance problem? I usually make every effort to write efficient code and then optimize only when necessary. Otherwise you cause more problems than you solve.
Jason On Wed, May 2, 2012 at 6:17 AM, Jeradan <[email protected]> wrote: > I'm trying to get the iPad to apply hardware acceleration to the Bootstrap > modal dialog animations when using the 'fade' class on them. The modal comes > down from the top of the screen and fades in, but on the iPad the movement > is choppy. I've tried adding translate3d to the CSS definitions to add HW > acceleration but to no avail. Has anyone else tried to get this to work?
