-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Feedback coding spike
Je hebt je animatie helder aan mij gepresenteerd. Je hebt goed nagedacht over het gebruiken van nieuwe CSS features.
- Hele coole animaties in combinatie met het gebruik van moderne CSS features :)
- Je gebruikt moderne features zoals
scroll-state,container queriesenview-timeline, misschien kan je hier nog@supportsof andere CSS fallbacks voor toepassen zodat het ook in oude browsers toegankelijk blijft.
Bijvoorbeeld door:
@supports (container-type: scroll-state) {
.inner {
container-name: sticky-heading;
container-type: scroll-state;
}
@container sticky-heading scroll-state(stuck: top) {
h1,
p {
transform: scale(0.7);
}
}
}Of als de core functionaliteit behouden blijft het zien als een enhancement. Goed bezig! :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels