update to credit section
This commit is contained in:
@@ -13,7 +13,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
const distance = targetPosition - startPosition;
|
||||
const duration = 1000;
|
||||
let startTime = null;
|
||||
|
||||
|
||||
function easeOutCubic(t) {
|
||||
return 1 - Math.pow(1 - t, 3);
|
||||
}
|
||||
@@ -104,6 +104,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
loadTextFromFile("text/airship.txt", "#airship-text");
|
||||
loadTextFromFile("text/jama.txt", "#jama-text");
|
||||
loadTextFromFile("text/intel.txt", "#intel-text");
|
||||
loadTextFromFile("text/credit.txt", "#credit-text");
|
||||
});
|
||||
|
||||
// Image carousel
|
||||
@@ -125,7 +126,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
currentIndex = (currentIndex + 1) % images.length;
|
||||
updateImages();
|
||||
});
|
||||
|
||||
|
||||
updateImages();
|
||||
|
||||
// On contact submit
|
||||
|
||||
Reference in New Issue
Block a user