ios - css3 size transform for iphone -


i have div needs re-sized determined value, let's has pass width of 320px width of 60px.

i used css -webkit-transform, apply new value div working smoothly. problem here have make run on iphone. aware of 3d transform issue, , know should use 3dscale instead, in order make work smooth, using scale doesn't me pixel accuracy i'd need. so, wondering if there other method.

i recommend instead used mootools' tools animation. not smooth accelerated transforms, @ least work in modern browsers , exact.

you should fx.tween or fx.morph.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -