Skip to content

Commit

Permalink
Fix #336-Small adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-AcostaCNC committed Oct 19, 2023
1 parent 00a195f commit 32e9145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib-franklin.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export function addAnimation() {
elem.classList.add(className);
};

const animationTypeMeta = getMetadata('animation');
const animationTypeMeta = getMetadata('animated');

const elementsToAnimate = document.querySelectorAll('h1, h2, h3, h4, h5, h6, a, img');

Expand Down

0 comments on commit 32e9145

Please sign in to comment.