Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsuper committed Sep 17, 2024
1 parent a3a2a98 commit 733b974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>Sustainability</h3>
<p>Committed to Sustainability eco-friendly choices for a better tomorrow.</p>
</div>
<div class="Sus-Img">
<img src="/asstes/image/pinkgreenplant.jpg" alt="">
<img src="/asstes/image/pinkgreenplant.jpg" alt="" class="animation-image1">
</div>
</div>
<div class="Ephemeral animtion-hero">
Expand All @@ -47,7 +47,7 @@ <h1>Ephemeral</h1>
<h1>Equilibrium.</h1>
</div>
<div class="eph-img">
<img src="/asstes/image/pinkplant.jpg" alt="" class="animation-image1">
<img src="/asstes/image/pinkplant.jpg" alt="">
</div>
<div class="eph-text">
<p>Committed to Sustainability eco-friendly choices for a better tommrrow.</p>
Expand Down
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ease: "cubic-bezier(0.23, 1, 0.320, 1)",
multiplier: 0.1,
});

Shery.imageEffect(".animation-image1",{
Shery.imageEffect(".eph-img",{
style:3,
config:{"uFrequencyX":{"value":12,"range":[0,100]},"uFrequencyY":{"value":12,"range":[0,100]},"uFrequencyZ":{"value":43.51,"range":[0,100]},"geoVertex":{"range":[1,64],"value":14.95},"zindex":{"value":"-1","range":[-9999999,9999999]},"aspect":{"value":0.8125},"ignoreShapeAspect":{"value":true},"shapePosition":{"value":{"x":0,"y":0}},"shapeScale":{"value":{"x":0.5,"y":0.5}},"shapeEdgeSoftness":{"value":0.35,"range":[0,0.5]},"shapeRadius":{"value":0,"range":[0,2]},"currentScroll":{"value":0},"scrollLerp":{"value":0.07},"gooey":{"value":false},"infiniteGooey":{"value":false},"growSize":{"value":4,"range":[1,15]},"durationOut":{"value":1,"range":[0.1,5]},"durationIn":{"value":1.5,"range":[0.1,5]},"displaceAmount":{"value":0.5},"masker":{"value":true},"maskVal":{"value":1.4,"range":[1,5]},"scrollType":{"value":0},"noEffectGooey":{"value":true},"onMouse":{"value":1},"noise_speed":{"value":0.2,"range":[0,10]},"metaball":{"value":0.2,"range":[0,2]},"discard_threshold":{"value":0.5,"range":[0,1]},"antialias_threshold":{"value":0.002,"range":[0,0.1]},"noise_height":{"value":0.5,"range":[0,2]},"noise_scale":{"value":10,"range":[0,100]}}
}
Expand Down Expand Up @@ -67,7 +67,7 @@ ease: "cubic-bezier(0.23, 1, 0.320, 1)",
multiplier: 0.1,
});

Shery.imageEffect(".Sus-Img img",{
Shery.imageEffect(".animation-image1",{
style:5,
config:{"a":{"value":6.64,"range":[0,30]},"b":{"value":0.88,"range":[-1,1]},"zindex":{"value":-9996999,"range":[-9999999,9999999]},"aspect":{"value":0.5333333333333333},"ignoreShapeAspect":{"value":true},"shapePosition":{"value":{"x":0,"y":0}},"shapeScale":{"value":{"x":0.5,"y":0.5}},"shapeEdgeSoftness":{"value":0,"range":[0,0.5]},"shapeRadius":{"value":0,"range":[0,2]},"currentScroll":{"value":0},"scrollLerp":{"value":0.07},"gooey":{"value":false},"infiniteGooey":{"value":false},"growSize":{"value":4,"range":[1,15]},"durationOut":{"value":1,"range":[0.1,5]},"durationIn":{"value":1.5,"range":[0.1,5]},"displaceAmount":{"value":0.5},"masker":{"value":true},"maskVal":{"value":1.43,"range":[1,5]},"scrollType":{"value":0},"geoVertex":{"range":[1,64],"value":1},"noEffectGooey":{"value":true},"onMouse":{"value":1},"noise_speed":{"value":0.2,"range":[0,10]},"metaball":{"value":0.2,"range":[0,2]},"discard_threshold":{"value":0.5,"range":[0,1]},"antialias_threshold":{"value":0.002,"range":[0,0.1]},"noise_height":{"value":0.5,"range":[0,2]},"noise_scale":{"value":10,"range":[0,100]}}
})
Expand Down

0 comments on commit 733b974

Please sign in to comment.