Skip to content

Commit

Permalink
removed lottie safari placeholder code
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshvdw committed Dec 16, 2024
1 parent c8734b6 commit 24ddcf4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 87 deletions.
2 changes: 0 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import copyEmail from "./js/global/copyEmail";
import initCms from "./js/global/initCms";
import { loopLogoLoading, readyPreloader } from "./js/global/preloader";
import initProjectLotties from "./js/global/projectLotties";
import loadAnim from "./js/home/loadAnim";
import audioImplementation from "./js/global/audio";
import { showreelHome, showreelNav } from "./js/global/showreel";
Expand Down Expand Up @@ -32,7 +31,6 @@ const onReady = () => {
}
if (contentHubInner) contentHubDynamicVideos();
showreelNav(audio); // code for nav showreel video
initProjectLotties(); // initiates project lotties for home and work pages
copyEmail(); // copies email to clipboard in footer
initCms(); // sets color hovers and cms filtering style for work page & content hub
document.querySelector(".landing-video-container") && loadAnim(); // for home page intro anim
Expand Down
82 changes: 1 addition & 81 deletions dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/app.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default function initProjectLotties() {
// })

// remove safari placeholder
document.querySelectorAll('.safari-image').forEach(e => {
e.remove()
})
// document.querySelectorAll('.safari-image').forEach(e => {
// e.remove()
// })
}
}

Expand Down

0 comments on commit 24ddcf4

Please sign in to comment.