Skip to content

Commit

Permalink
fixed Firefox view
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniegoldstone committed Nov 13, 2023
1 parent 166fb18 commit 37bf376
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 deletions DevStory3.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,10 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>

<div class="scene3-5-1">
<?xml version="1.0" encoding="UTF-8"?>
<svg width="140%" id="" height="auto" viewBox="0 0 1924 1125" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="left: -20%;
position: relative;">
<svg width="100%" id="" height="auto" viewBox="0 0 1924 1125" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: relative;
width: 100%;
top: -5%;">
<!-- Generator: Sketch 62 (91390) - https://sketch.com -->
<title>Group 56</title>
<desc>Created with Sketch.</desc>
Expand Down Expand Up @@ -520,8 +521,8 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>

<div class="scene3-6" id="changethisbg">
<?xml version="1.0" encoding="UTF-8"?>
<svg width="140%" height="auto" viewBox="0 0 1953 1131" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" style="left: -20%;
<svg width="100%" height="auto" viewBox="0 0 1953 1131" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" style="
position: relative;">
<!-- Generator: Sketch 62 (91390) - https://sketch.com -->
<title>Group 33</title>
Expand Down Expand Up @@ -752,7 +753,6 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>
</svg>
</div>


<div class="talkbubble" id="UiChange7">
<div class="cecetalk" style="top: -10%; left:0%"><b>CeCe:</b> Now this is the fun part. I'm going to need
your help, Squiggy!
Expand Down Expand Up @@ -1086,7 +1086,6 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>
pinSpacing: false
});


//fade in txt
const scrollbubbles = gsap.utils.toArray(".scrollbubble");
scrollbubbles.forEach((scrollbubble) => {
Expand Down Expand Up @@ -1188,7 +1187,6 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>

window.history.scrollRestoration = "manual";


//drop in 1
gsap.timeline({
scrollTrigger: {
Expand Down Expand Up @@ -1456,7 +1454,6 @@ <h1 style="font-size: 1.6em;">Something's NOT Registering!</h1>
delay: 1
})


</script>

</html>
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ h1 {
background-color: black;
height: 100vh;
overflow: hidden;
margin: 0;
margin: auto;
top: 0;
background-repeat: no-repeat;
background-position: center center;
Expand Down

0 comments on commit 37bf376

Please sign in to comment.