Skip to content

Commit 3403676

Browse files
committed
baseline + interop
1 parent 86839ce commit 3403676

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
A german language Textbook on Web Development. Developed on github, published at
44
http://web-development.github.io
55

6+
I try to keep up to date with baseline features (e.g. [baseline 2025](https://web.dev/baseline/2025?hl=en)),
7+
and keep an I out for interop (e.g. [interop 2025](https://wpt.fyi/interop-2025) will be relevant in 2026)
8+
69
## Similar Projects
710

811
https://github.com/getify/You-Dont-Know-JS - only Javascript, in English

content/grafik/cssgrafik.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ Von David DeSandro gibt es ein ausführliches [Tutorial](http://desandro.github.
208208
Im Zweifelsfall sollten Sie immer die einfachste technische Lösung
209209
für ihr Problem wählen. Bei Grafik kann das ganz oft einfaches HTML + CSS sein.
210210

211+
## Vertiefung
212+
213+
* Parallax Animation [Beispiel](https://palermo.ddd.live/)
214+
* Page Transitions mit [ViewTransiations](https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API) oder [swup.js](https://swup.js.org/getting-started/demos/)
215+
211216
## Siehe auch
212217

213218
* MDN: [scale](https://developer.mozilla.org/de/docs/Web/CSS/transform-function/scale)
@@ -216,3 +221,5 @@ für ihr Problem wählen. Bei Grafik kann das ganz oft einfaches HTML + CSS sein
216221
* MDN: [transform](https://developer.mozilla.org/en-US/docs/Web/CSS/transform)
217222
* [SVG Path Visualizer](https://svg-path-visualizer.netlify.app/#M20%2C20%20C20%2C100%20200%2C0%20200%2C100)
218223
* [Text Animation mit CSS+JS](https://tobiasahlin.com/moving-letters/) von Tobias Ahlin
224+
225+

0 commit comments

Comments
 (0)