-
# Ist-Zustand
In scrollstories.php werden die Skripte aktuell von Cloudflare CDN geladen:
```php
// Enqueue necessary JavaScript files
function scroll_page_scripts() {
wp_enqueue_script( 'd…
-
### Vue version
3.3.4
### Link to minimal reproduction
/node_module/.vite/deps/vue.js?v=aa92c6f4
### Steps to reproduce
my App.vue file code
import {ref, reactive, directive} fro…
-
### Issue description or question
First of all, I really love Wallaby. It definitely makes TDD more comfortable, and I'm a heavy user.
This is one of my daily scenarios:
For ultimate perform…
-
Here is the final location that caused the error:
https://github.com/greensock/GSAP/blob/472d4170d4aa3cceb8a3880d7cad700f22fbc545/src/CSSPlugin.js#L322
I met a `RangeError: Maximum call stack si…
-
## Introduction
As we need to deliver scripts on frontend, we need to decide and agree a way to do it. So, in this issue I'll try to explain pros and cons of the situation in the less dev language to…
-
**I'm submitting a ...**
- feature request
**What is the current behavior?**
ogl does not have TypeScript support.
**What is the expected behavior?**
I would love to see this project su…
-
## Bug Report
### Plugin(s)
"@capacitor/screen-orientation": "^5.0.0"
### Capacitor Version
```
Latest Dependencies:
@capacitor/cli: 5.0.4
@capacitor/core: 5.0.4
@capacitor/and…
-
### Steps to Reproduce
Nuxt: 2.15.7
nuxt-gsap-module: 1.7.3
gsap: 3.11.4
Node: 16.13.0
In my nuxt project, I have 'nuxt-gsap-module' installed, and configured in the nuxt.config.js file like so…
-
I've been trying to use lenis to scroll to elements similarly to how fullpage.js works. Basically I have an element on a page which is full height and I'd like that once the user scrolls past a certai…
-
**Describe the bug**
When i call lenis.stop(); i get this error:
```
Cannot read properties of undefined (reading 'stop')
```
**To Reproduce**
call lenis.stop()