🎉 Fix scroll position subsection

This commit is contained in:
andy 2022-06-15 15:58:01 +02:00
parent 3d4ee42481
commit e4e163e24a
3 changed files with 8 additions and 0 deletions

BIN
img/prototyping-fix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
img/prototyping-scroll.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

View File

@ -150,3 +150,11 @@ title: 12· Prototyping
<h4 id="prototyping-flows-multiple">Flows at the view mode</h4>
<p>At the view mode theres a menu where you can access to all the flows set and easily switch between them.</p>
<p><img src="/img/prototyping-flows-viewmode.png" alt="prototyping" /></p>
<h3 id="prototyping-fix-scroll">Fix elements at scroll</h3>
<p>You can fix the position of an object when scrolling at the presentation view. This is tipically useful for prototyping fixed headers, navbars and floating buttons.</p>
<p><img src="/img/prototyping-fix.png" alt="prototyping" /></p>
<p>Select an element and check the option "Fix when scrolling" that you can find inside the Constraints section at the Design sidebar (right side).</p>
<p><img src="/img/prototyping-scroll.gif" alt="prototyping" /></p>
<p>Launch the View Mode to see the elements with a fixed scroll position.</p>
<p class="advice">We are aware that this capability is still difficult to use whithout being able to restrict the screen size at the View Mode, something that we are already working on.</p>