|
|
@@ -23,7 +23,7 @@ In today's AI-driven era, we are focusing more on how to empower workflows with
|
|
|
Fixed layout with nodes/branches supporting specified position drag and drop, offering compound nodes like branches and loops
|
|
|
</div>
|
|
|
<div>
|
|
|
- <img src="@/public/fixed-layout/fixed-layout-demo.gif"/>
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/fixed-layout-demo.gif"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
@@ -36,7 +36,7 @@ In today's AI-driven era, we are focusing more on how to empower workflows with
|
|
|
Free layout where nodes can be moved to any position and connected through free connections
|
|
|
</div>
|
|
|
<div>
|
|
|
- <img src="@/public/free-layout/free-layout-demo.gif"/>
|
|
|
+ <img loading="lazy" src="@/public/free-layout/free-layout-demo.gif"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -53,7 +53,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
Motion animations in web applications can be traced back to Material Design, which suggests that element changes in width, height, or position need a transition process. The canvas engine separates the drawing of lines and nodes, greatly reducing the cost of implementing motion transitions
|
|
|
</p>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/common/motion.gif" />
|
|
|
+ <img loading="lazy" src="@/public/common/motion.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -64,7 +64,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
Gestures refer to Mac touchpad two-finger spread/pinch for canvas zoom in/out, or holding space to drag the canvas, interactions inspired by Sketch and Figma
|
|
|
</p>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/common/touch-pad.gif" />
|
|
|
+ <img loading="lazy" src="@/public/common/touch-pad.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -72,7 +72,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
<td>Minimap</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/fixed-layout/minimap.gif" />
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/minimap.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -80,7 +80,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
<td>Undo/Redo</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/fixed-layout/redo-undo.gif" />
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/redo-undo.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -88,7 +88,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
<td>Copy/Paste (Shortcut Support)</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/fixed-layout/copypaste.gif" />
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/copypaste.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -102,7 +102,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/fixed-layout/dragdrop.gif" />
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/dragdrop.gif" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
|
@@ -114,7 +114,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/fixed-layout/layout-change.gif" />
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/layout-change.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -125,7 +125,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/fixed-layout/fold.gif" />
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/fold.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -136,7 +136,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/fixed-layout/group.gif" />
|
|
|
+ <img loading="lazy" src="@/public/fixed-layout/group.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -147,7 +147,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/free-layout/autolayout.gif" />
|
|
|
+ <img loading="lazy" src="@/public/free-layout/autolayout.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -158,7 +158,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/free-layout/snap.gif" />
|
|
|
+ <img loading="lazy" src="@/public/free-layout/snap.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -169,7 +169,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
</td>
|
|
|
<td>
|
|
|
<div className="rs-center">
|
|
|
- <img src="@/public/free-layout/loop.gif" />
|
|
|
+ <img loading="lazy" src="@/public/free-layout/loop.gif" />
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -185,7 +185,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
</a>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <img src="@/public/ref-coze-en.png"/>
|
|
|
+ <img loading="lazy" src="@/public/ref-coze-en.png"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
@@ -193,7 +193,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
Lark Low-code Platform Workflow
|
|
|
</a>
|
|
|
<div>
|
|
|
- <img src="@/public/ref-apaas-en.png"/>
|
|
|
+ <img loading="lazy" src="@/public/ref-apaas-en.png"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
@@ -201,7 +201,7 @@ Providing a set of interactive best practices for smoother workflow operations
|
|
|
Lark Base Workflow
|
|
|
</a>
|
|
|
<div>
|
|
|
- <img src="@/public/ref-bitable-en.png"/>
|
|
|
+ <img loading="lazy" src="@/public/ref-bitable-en.png"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|