Skip to content

Commit 926f880

Browse files
committed
1 parent ff89526 commit 926f880

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

grafik/cssgrafik/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,16 @@ <h2 id="resume">Resume</h2>
279279

280280
<a class="slide_break" id="slide-12" href="slide.html#slide-12" title="Wechsle zur Präsentations-Ansicht, Folie Nr. 12"></a>
281281

282+
<h2 id="vertiefung">Vertiefung</h2>
283+
284+
<ul>
285+
<li>Parallax Animation <a href="https://palermo.ddd.live/">Beispiel</a></li>
286+
<li>Page Transitions mit <a href="https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API">ViewTransiations</a> oder <a href="https://swup.js.org/getting-started/demos/">swup.js</a></li>
287+
</ul>
288+
289+
290+
<a class="slide_break" id="slide-13" href="slide.html#slide-13" title="Wechsle zur Präsentations-Ansicht, Folie Nr. 13"></a>
291+
282292
<h2 id="siehe-auch">Siehe auch</h2>
283293

284294
<ul>
@@ -289,6 +299,7 @@ <h2 id="siehe-auch">Siehe auch</h2>
289299
<li><a href="https://svg-path-visualizer.netlify.app/#M20%2C20%20C20%2C100%20200%2C0%20200%2C100">SVG Path Visualizer</a></li>
290300
<li><a href="https://tobiasahlin.com/moving-letters/">Text Animation mit CSS+JS</a> von Tobias Ahlin</li>
291301
</ul>
302+
292303
<div class="pagination">
293304
<ul>
294305

grafik/cssgrafik/slide.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,16 @@ <h2 id="resume">Resume</h2>
315315
</div>
316316
<div class="slide">
317317

318+
<h2 id="vertiefung">Vertiefung</h2>
319+
320+
<ul>
321+
<li>Parallax Animation <a href="https://palermo.ddd.live/">Beispiel</a></li>
322+
<li>Page Transitions mit <a href="https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API">ViewTransiations</a> oder <a href="https://swup.js.org/getting-started/demos/">swup.js</a></li>
323+
</ul>
324+
325+
</div>
326+
<div class="slide">
327+
318328
<h2 id="siehe-auch">Siehe auch</h2>
319329

320330
<ul>
@@ -325,6 +335,7 @@ <h2 id="siehe-auch">Siehe auch</h2>
325335
<li><a href="https://svg-path-visualizer.netlify.app/#M20%2C20%20C20%2C100%20200%2C0%20200%2C100">SVG Path Visualizer</a></li>
326336
<li><a href="https://tobiasahlin.com/moving-letters/">Text Animation mit CSS+JS</a> von Tobias Ahlin</li>
327337
</ul>
338+
328339
</div>
329340
<div class="slide">
330341
<h1>CSS Grafik und Animation</h1>

0 commit comments

Comments
 (0)