Commit d36d989
fix: generator emits sentinel, mutation stamps the actual GSAP script
Generator (hyperframes.ts) now emits data-position-mode='relative'
on the GSAP script tag. Mutation engine uses block.scriptElement
(the actual GSAP script found by extractGsapScriptBlock) instead of
querySelector('script:not([src])') which could match a non-GSAP
data-setup script on blocks with multiple inline scripts.
Co-authored-by: Miguel Ángel <miguel07alm@protonmail.com>1 parent 2805fc3 commit d36d989
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| |||
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| 253 | + | |
252 | 254 | | |
253 | 255 | | |
254 | 256 | | |
| |||
1176 | 1178 | | |
1177 | 1179 | | |
1178 | 1180 | | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
1182 | | - | |
1183 | | - | |
| 1181 | + | |
| 1182 | + | |
1184 | 1183 | | |
1185 | 1184 | | |
1186 | 1185 | | |
| |||
0 commit comments