NoroffFEU / musikkforandrerliv.no

The Unlicense
8 stars 3 forks source link

232-gallery-js-file #482

Closed ukonuidika closed 1 month ago

ukonuidika commented 1 month ago

Below is the JavaScript code that controls the animation of gallery images.

function enlargeImage(image) { image.classList.add('enlarged'); }

function shrinkImage(image) { image.classList.remove('enlarged'); }

function fadeInImage(image) { image.style.opacity = '0'; let opacity = 0; const fadeInInterval = setInterval(() => { if (opacity < 1) { opacity += 0.05; image.style.opacity = opacity; } else { clearInterval(fadeInInterval); } }, 50); }

netlify[bot] commented 1 month ago

Deploy Preview for dazzling-melomakarona-fe8d9f ready!

Name Link
Latest commit 9367578e6f2fe2f26b1bb73f9e64951d9f74071f
Latest deploy log https://app.netlify.com/sites/dazzling-melomakarona-fe8d9f/deploys/661b1107f372900008190249
Deploy Preview https://deploy-preview-482--dazzling-melomakarona-fe8d9f.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 1 month ago

Deploy Preview for snazzy-moonbeam-86e465 ready!

Name Link
Latest commit 9367578e6f2fe2f26b1bb73f9e64951d9f74071f
Latest deploy log https://app.netlify.com/sites/snazzy-moonbeam-86e465/deploys/661b1107f89b2a00082560b6
Deploy Preview https://deploy-preview-482--snazzy-moonbeam-86e465.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.