Skip to content

Commit

Permalink
Removed JS
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundHee committed Oct 7, 2020
1 parent d6ed241 commit b693d16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,5 @@

<script>
export default {
mounted(){
let controller = new ScrollMagic.Controller();
let scene = new ScrollMagic.Scene({triggerElement: "#trigger", triggerHook:0.1})
.setPin("#bookingForm")
.addTo(controller);
}
}
</script>

0 comments on commit b693d16

Please sign in to comment.