File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ section#titlechart {
53
53
min-width : 100% ;
54
54
height : 100vh ;
55
55
}
56
- .horizontal section {
56
+ .horizontal section , . horizontal section # titlechart {
57
57
display : inline-block;
58
58
vertical-align : top;
59
59
height : 100% ;
@@ -519,7 +519,7 @@ ul#menu ul li a:hover {
519
519
min-height : 51px ;
520
520
border-bottom-left-radius : 8px ;
521
521
border-bottom-right-radius : 8px ;
522
- z-index : 998 ;
522
+ z-index : 99999 ;
523
523
text-align : center;
524
524
transition : top 0.5s ;
525
525
-webkit-transition : top 0.5s ; /* Safari */
Original file line number Diff line number Diff line change @@ -188,4 +188,4 @@ <h2>Scenes can be completely updated on the fly.</h2>
188
188
</ div >
189
189
< script type ="text/javascript " src ="../../js/tracking.js "> </ script >
190
190
</ body >
191
- </ html >
191
+ </ html >
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ <h2>Flexible tweening targets.</h2>
48
48
< div >
49
49
< label for ="scaleX "> scaleX</ label >
50
50
< div class ="slider liveupdate "> </ div >
51
- < input type ="text " id ="scaleX " size ="3 " value ="1 " min ="0.1 " max ="3 " step ="0.1 ">
51
+ < input type ="text " id ="scaleX " size ="3 " value ="1.0 " min ="0.1 " max ="3 " step ="0.1 ">
52
52
</ div >
53
53
< div >
54
54
< label for ="scaleY "> scaleY</ label >
55
55
< div class ="slider liveupdate "> </ div >
56
- < input type ="text " id ="scaleY " size ="3 " value ="1 " min ="0.1 " max ="3 " step ="0.1 ">
56
+ < input type ="text " id ="scaleY " size ="3 " value ="1.0 " min ="0.1 " max ="3 " step ="0.1 ">
57
57
</ div >
58
58
</ fieldset >
59
59
</ form >
@@ -78,8 +78,6 @@ <h2>Flexible tweening targets.</h2>
78
78
. addIndicators ( ) // add indicators (requires plugin)
79
79
. addTo ( controller ) ;
80
80
81
- $ ( "div.slider+input" ) . change ( ) ; // trigger change to init sliders.
82
-
83
81
$ ( "#tweenparams input" ) . on ( "change" , function ( ) {
84
82
var params = { css : {
85
83
scaleX : parseFloat ( $ ( "input#scaleX" ) . val ( ) ) ,
Original file line number Diff line number Diff line change @@ -289,7 +289,9 @@ $(document).ready(function () {
289
289
} )
290
290
. prev ( )
291
291
. append ( "<div class=\"trackbar\"></div>" )
292
- . append ( "<div class=\"handle\"></div>" ) ;
292
+ . append ( "<div class=\"handle\"></div>" )
293
+ . end ( )
294
+ . change ( ) ; // trigger to init
293
295
294
296
295
297
// add tooltips to badges
You can’t perform that action at this time.
0 commit comments