Changeset 661
- Timestamp:
- 2008-06-30 20:06:22 (2 months ago)
- Location:
- plugins/loupable/trunk
- Files:
-
- 2 modified
-
loupable.css (modified) (3 diffs)
-
loupable.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/loupable/trunk/loupable.css
r645 r661 5 5 background: #000; 6 6 width: 100%; 7 height: 15px;7 height: 50px; 8 8 clear: both; 9 9 margin-bottom:30px; 10 10 overflow: hidden; 11 position:relative; 12 top:-35px; 11 13 } 12 14 … … 65 67 left:0; 66 68 display:block; 67 top: -2px;69 top:33px; 68 70 } 69 71 … … 72 74 width:1px; 73 75 float:left; 74 height: inherit;76 height:50px; 75 77 text-indent:-100000px; 76 78 z-index:200; -
plugins/loupable/trunk/loupable.js
r645 r661 3 3 loupe.hover( 4 4 function() { 5 $('#timeline, #timeline .years, #timeline a.item').animate({ 6 height: "50" 7 }, 500 ); 8 $('#timeline .years .months div span').animate({ 9 top: "33" 5 $('#timeline').animate({ 6 top: "0" 10 7 }, 500 ); 11 8 }, 12 9 function() { 13 $('#timeline, #timeline .years, #timeline a.item').animate({ 14 height: "15" 15 }, 500 ); 16 $('#timeline .years .months div span').animate({ 17 top: "-2" 10 $('#timeline').animate({ 11 top: "-35" 18 12 }, 500 ); 19 13 }
