diff --git a/.DS_Store b/.DS_Store index a5a6d19..98ec240 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tree/.DS_Store b/tree/.DS_Store index f69f203..8e4582f 100644 Binary files a/tree/.DS_Store and b/tree/.DS_Store differ diff --git a/tree/cat_shelter.html b/tree/cat_shelter.html index 60040c9..4378716 100644 --- a/tree/cat_shelter.html +++ b/tree/cat_shelter.html @@ -90,6 +90,9 @@ $("#house1").click(function(){ $("#house1").addClass("touch_animation"); + setTimeout( function(){ + $("#house5").removeClass("touch_animation"); + },500); house_counter ++; console.log(house_counter); pat_appear() @@ -97,6 +100,9 @@ $("#house2").click(function(){ $("#house2").addClass("touch_animation"); + setTimeout( function(){ + $("#house2").removeClass("touch_animation"); + },500); house_counter ++; console.log(house_counter); $("#snake").show(); @@ -110,6 +116,9 @@ $("#house3").click(function(){ $("#house3").addClass("touch_animation"); + setTimeout( function(){ + $("#house3").removeClass("touch_animation"); + },500); house_counter ++; console.log(house_counter); $("#dog").show(); @@ -123,6 +132,9 @@ $("#house4").click(function(){ $("#house4").addClass("touch_animation"); + setTimeout( function(){ + $("#house4").removeClass("touch_animation"); + },500); house_counter ++; console.log(house_counter); pat_appear() @@ -130,6 +142,9 @@ $("#house5").click(function(){ $("#house5").addClass("touch_animation"); + setTimeout( function(){ + $("#house5").removeClass("touch_animation"); + },500); house_counter ++; console.log(house_counter); pat_appear() @@ -137,6 +152,9 @@ $("#house6").click(function(){ $("#house6").addClass("touch_animation"); + setTimeout( function(){ + $("#house6").removeClass("touch_animation"); + },500); house_counter ++; console.log(house_counter); $("#lizard").show(); @@ -157,7 +175,6 @@ $(".bubble1").show(); setTimeout(function(){ $(".message1").hide(); - $(".message2").show(); }, 1000); }, 1000); }, 1000); @@ -166,6 +183,7 @@ $(".bubble1").click(function(){ $(".bubble1").hide(); $(".bubble2").show(); + $(".message2").show(); }); $(".bubble2").click(function(){ diff --git a/tree/final.css b/tree/final.css index b22b88e..899c9a1 100644 --- a/tree/final.css +++ b/tree/final.css @@ -87,7 +87,7 @@ img.inText{ border-radius: 10px; z-index: 0; font-size: 22px; - line-height: 20px; + line-height: 22px; padding: 20px; z-index: 1; diff --git a/tree/index.css b/tree/index.css index 947d7cc..e4303fc 100644 --- a/tree/index.css +++ b/tree/index.css @@ -122,7 +122,7 @@ span.button_text{ bottom:7%; right:4%; font-size: 22px; - line-height: 25px; + line-height: 22px; color: #c94dff; background: #ffffff; font-family: jolyregular; diff --git a/tree/monteferro.html b/tree/monteferro.html index aa525e9..cfb5a71 100644 --- a/tree/monteferro.html +++ b/tree/monteferro.html @@ -10,7 +10,18 @@ - + + + + + + + + + + + + @@ -81,14 +92,33 @@ - \ No newline at end of file diff --git a/tree/park_N.html b/tree/park_N.html index 0f73924..f2ab4bd 100644 --- a/tree/park_N.html +++ b/tree/park_N.html @@ -9,6 +9,13 @@ + + + + + + +
@@ -73,8 +80,21 @@