Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Werner committed Nov 15, 2011
1 parent b5c7f4a commit bb7d8b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/dom-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
left: 20px;
overflow: hidden;
font-family: sans-serif;
cursor: default;

-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -64,7 +65,12 @@
text-align: center;
font-size: 16px;
line-height: 50px;

-webkit-transition: background-color 300ms;
-moz-transition: background-color 300ms;
-ms-transition: background-color 300ms;
-o-transition: background-color 300ms;
transition: background-color 300ms;
}

.refresh.active{
Expand Down Expand Up @@ -114,6 +120,7 @@
});



// Setup Scroller

var rect = container.getBoundingClientRect();
Expand Down

0 comments on commit bb7d8b2

Please sign in to comment.