Skip to content

Commit

Permalink
refs #1249
Browse files Browse the repository at this point in the history
  * 하드웨어 트랜지션 지원 관련 수정
  * TODO :
   * 검색 되도록 하기
   * 뒤로 되돌아가기 버튼 출력 수정
  • Loading branch information
inureyes committed Nov 25, 2009
1 parent 939ee32 commit 23823bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/script/iphone/iphone.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(function() {

var slideSpeed = 20;
var slideSpeed = 30;
var slideInterval = 0;

var currentPage = null;
Expand Down Expand Up @@ -577,4 +577,4 @@ function closeKeypad(){
if (searchButton != null){
searchButton.focus();
}
}
}
5 changes: 4 additions & 1 deletion resources/style/iphone/iphone.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* iui.css (c) 2007 by iUI Project Members, see LICENSE.txt for license */
/* iui.css (c) 2007-2009 by iUI Project Members, see LICENSE.txt for license */
body {
margin: 0;
font-family:Helvetica, AppleGothic, "Lucida Grande", Verdana, Arial sans-serif;
Expand All @@ -19,6 +19,9 @@ body > *:not(.toolbar) {
top: 45px;
width: 100%;
min-height: 372px;
-webkit-transition-duration: 300ms;
-webkit-transition-property: -webkit-transform;
-webkit-transform: translateX(0%);
}

body[orient="landscape"] > *:not(.toolbar) {
Expand Down

0 comments on commit 23823bb

Please # to comment.