add style on 600
This commit is contained in:
parent
bcc9d8bd48
commit
e8d68bb3b0
6042
css/sprint_4.css
6042
css/sprint_4.css
File diff suppressed because it is too large
Load Diff
16294
css/sprint_4_converted.scss
Normal file
16294
css/sprint_4_converted.scss
Normal file
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@ function animateCard (id, side) {
|
|||||||
markers: development_debug,
|
markers: development_debug,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fromObject[side] = 0;
|
// fromObject[side] = 1;
|
||||||
toObject[side] = offsetCard;
|
toObject[side] = offsetCard;
|
||||||
|
|
||||||
gsap.fromTo('#content-' + id, fromObject,
|
gsap.fromTo('#content-' + id, fromObject,
|
||||||
@ -94,19 +94,9 @@ if (enable_animations) {
|
|||||||
scrub: 1,
|
scrub: 1,
|
||||||
markers: development_debug,
|
markers: development_debug,
|
||||||
},
|
},
|
||||||
keyframes: [
|
top: '30vw',
|
||||||
{
|
|
||||||
top: '-50',
|
|
||||||
width: '100vw',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
top: '-50',
|
|
||||||
width: "-5vw",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
top: '-100',
|
|
||||||
width: '-40vw',
|
width: '-40vw',
|
||||||
}]
|
|
||||||
})
|
})
|
||||||
|
|
||||||
gsap.fromTo('#hand',
|
gsap.fromTo('#hand',
|
||||||
|
5321
package-lock.json
generated
5321
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,9 @@
|
|||||||
"start": "serve"
|
"start": "serve"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"node-sass": "^9.0.0",
|
||||||
"parcel-bundler": "^1.8.1",
|
"parcel-bundler": "^1.8.1",
|
||||||
|
"sass-loader": "^13.3.2",
|
||||||
"serve": "^14.2.0"
|
"serve": "^14.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user