File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33A german language Textbook on Web Development. Developed on github, published at
44http://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
811https://github.com/getify/You-Dont-Know-JS - only Javascript, in English
Original file line number Diff line number Diff line change @@ -208,6 +208,11 @@ Von David DeSandro gibt es ein ausführliches [Tutorial](http://desandro.github.
208208Im Zweifelsfall sollten Sie immer die einfachste technische Lösung
209209fü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+
You can’t perform that action at this time.
0 commit comments