add style on 600

This commit is contained in:
Tykayn 2023-06-21 12:08:06 +02:00 committed by tykayn
parent bcc9d8bd48
commit e8d68bb3b0
5 changed files with 24907 additions and 2768 deletions

File diff suppressed because it is too large Load Diff

16294
css/sprint_4_converted.scss Normal file

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@ function animateCard (id, side) {
markers: development_debug,
}
}
fromObject[side] = 0;
// fromObject[side] = 1;
toObject[side] = offsetCard;
gsap.fromTo('#content-' + id, fromObject,
@ -94,19 +94,9 @@ if (enable_animations) {
scrub: 1,
markers: development_debug,
},
keyframes: [
{
top: '-50',
width: '100vw',
},
{
top: '-50',
width: "-5vw",
},
{
top: '-100',
top: '30vw',
width: '-40vw',
}]
})
gsap.fromTo('#hand',

5321
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,9 @@
"start": "serve"
},
"devDependencies": {
"node-sass": "^9.0.0",
"parcel-bundler": "^1.8.1",
"sass-loader": "^13.3.2",
"serve": "^14.2.0"
}
}