We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294e267 commit ec64933Copy full SHA for ec64933
1 file changed
src/App.vue
@@ -210,10 +210,6 @@ import { ScrollToPlugin } from "gsap/ScrollToPlugin";
210
import { SplitText } from "gsap/SplitText";
211
gsap.registerPlugin(ScrollTrigger, ScrollSmoother, ScrollToPlugin, SplitText);
212
213
-window.addEventListener("resize", ()=>{
214
- window.location.reload();
215
-});
216
-
217
onMounted(() => {
218
let smoother = ScrollSmoother.create({
219
smooth: 0.1,
0 commit comments