NoroffFEU / musikkforandrerliv.no

The Unlicense
8 stars 3 forks source link

Gallery JS file #486

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 d5c33a7ddca9bd104d8acd913980cc978cc46c64
Latest deploy log https://app.netlify.com/sites/dazzling-melomakarona-fe8d9f/deploys/661c3b5a797a350008522bf0
Deploy Preview https://deploy-preview-486--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 d5c33a7ddca9bd104d8acd913980cc978cc46c64
Latest deploy log https://app.netlify.com/sites/snazzy-moonbeam-86e465/deploys/661c3b5a076b3d0007862ce9
Deploy Preview https://deploy-preview-486--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.