pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

CSS transition page slide flicker #265

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a page or fragment that is very long (height)

What is the expected output? What do you see instead?
Expect to see a smooth CSS transition but instead, the sliding effect flickers. 
It flickers both forward and backwards. This issue seems to happen when the 
page that is being loaded is taller than a certain height. I tested on iOS 
3.1.3 and 4.0. Both version have this issue.

Android 2.1 doesn't seem to have this problem.

What version of the product are you using? On what operating system?
Version Sun Jul 25 17:07:46 2010

Please provide any additional information below.

Demo is available at http://iui.jeffyee.com/web-app/samples/slide

A1 - this is OK
A2 - added a long paragraph to A1 and the transition flickers
B1 - added one image to A1, transition is OK
B2 - added long paragraph and transition flickers
B3 - added 5 images, not text, transition flickers
C1 - same 5 images as B3, but resized in CSS. transition is OK
C2 - added long paragraph to C1. Transition flickers

Original issue reported on code.google.com by jye...@gmail.com on 5 Aug 2010 at 6:35