clickable company labels

js reformat
ci rename
This commit is contained in:
2020-04-26 21:05:00 +02:00
parent 3bbffeb378
commit 8bc9bdfc20
4 changed files with 13 additions and 8 deletions

View File

@@ -18,9 +18,10 @@ $(function () {
$("#section3").inViewport(function (px) {
if (px) {
$("#experienceheader").addClass("animationappear600ms");
$("#experiencecontentcontainer").addClass("animationappear300ms");
$("#experiencecontentcontainer").addClass("experiencecontaineranimation");
const expcontainer = $("#experiencecontentcontainer");
expcontainer.addClass("animationappear300ms");
expcontainer.addClass("experiencecontaineranimation");
}
});