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.
Comments
Post a Comment