I'm writing an app over PhoneGap and I'm using css and jquery. I know I can scale
an element but it doesn't seem to have an effect on its visible height. It just shrinks but still keeps space. I need somehow a GPU accelerated height maninpulation. GPU accelerated display/hide would also be fine.
Thanks.
EDIT: the structure I have is
slides-container --- slides ------ slide
slides-container has width: 320px; overflow: hidden;
to create a window for the slide to slide. When I remove overflow: hidden; it works fine but then I lose the sliding effect.
Whats happening actually is wheneever I do a move to a slide with a larger height, there is a white flash. I set the slide heights after the movement.