animation in navabar and on experience page

This commit is contained in:
lukas-heiligenbrunner
2020-04-01 10:49:45 +02:00
parent 2966ca55ba
commit e0fd9a10e8
4 changed files with 42 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ $(function () {
if (px) {
$("#experienceheader").addClass("animationappear600ms");
$("#experiencecontentcontainer").addClass("animationappear300ms");
$("#experiencecontentcontainer").addClass("experiencecontaineranimation");
}
});