oulan / iui

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

Crazy sliding #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to http://www.ipokemon.net on iPhone -> Pokedex -> National Dex ->  
001. Bulbasaur -> General Information

What is the expected output? What do you see instead?
Smoother sliding on page with "big" pages. The pages load very quick but 
their is some errors with sliding. But once the pages have loaded (in 
cache, I guess?) it goes smoother.

What version of the product are you using? On what operating system?
Using latest 0.40, but problem was also on 0.30. On iPhone 3.1.2 but now on 
iPhone 4.0 beta 3

Please provide any additional information below.

Original issue reported on code.google.com by ipokemon...@gmail.com on 6 May 2010 at 12:57

GoogleCodeExporter commented 9 years ago
Ok so to give you a more idea what's going wrong.
It's has to do with the CSS transform and transition, AnimOn = true. So this is 
what 
happens. When you press a link to go to other page. The page loads in 
background. (see: 
correct.png).

It's not like when you go backwords, were the 2 pages equaly translate! (see: 
good.png)

Original comment by ipokemon...@gmail.com on 6 May 2010 at 4:55

Attachments:

GoogleCodeExporter commented 9 years ago
it has something to with:
var toStart = 'translateX(' + (backwards ? '-' : ' ') + window.innerWidth 
+   'px)';

i think it's got to to with the px or the innerWidth that isn't correct.

Original comment by ipokemon...@gmail.com on 6 May 2010 at 5:27

GoogleCodeExporter commented 9 years ago
The problem has been solved, the new page had <ul selected=true> deleted that 
and 
everything went fine.

Original comment by ipokemon...@gmail.com on 6 May 2010 at 6:09

GoogleCodeExporter commented 9 years ago
I'm glad you resolved the issue.  It's too late for you but this wiki page has 
some useful tips for getting the 
transitions to work:
http://code.google.com/p/iui/wiki/SlideCSSTransitionsNotes

Original comment by msgilli...@gmail.com on 8 May 2010 at 8:08

GoogleCodeExporter commented 9 years ago
The problem was solved -- see comment #3.

Original comment by msgilli...@gmail.com on 26 Sep 2011 at 7:45