bg formes with drop-shadow filter and white border (like paper)
This commit is contained in:
@@ -254,7 +254,8 @@ gsap.registerPlugin(ScrollTrigger, ScrollSmoother);
|
||||
// forme.classList.add(_formesclasses[n]);
|
||||
|
||||
// inject svg from file
|
||||
const response = await fetch(`/themes/custom/mathallo/assets/img/formes/${_formesclasses[n]}.svg`)
|
||||
// const response = await fetch(`/themes/custom/mathallo/assets/img/formes/${_formesclasses[n]}.svg`)
|
||||
const response = await fetch(`/themes/custom/mathallo/assets/img/formes/bordure/${_formesclasses[n]}.svg`)
|
||||
const svgText = await response.text();
|
||||
forme.innerHTML = svgText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user