From 65019c717121e5f352490952f18006413f7ffbb7 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 16 Aug 2024 15:04:57 -0700 Subject: [PATCH] links to story explorers --- learn/haxe-openfl/navigator-transitions.md | 1 + learn/haxe-openfl/shape-skins.md | 4 ++++ learn/haxe-openfl/ui-components.md | 1 + 3 files changed, 6 insertions(+) diff --git a/learn/haxe-openfl/navigator-transitions.md b/learn/haxe-openfl/navigator-transitions.md index 92ee34cd..572dc68e 100644 --- a/learn/haxe-openfl/navigator-transitions.md +++ b/learn/haxe-openfl/navigator-transitions.md @@ -124,6 +124,7 @@ See [Create custom transitions for navigator components](./custom-navigator-tran ## Related Links +- [Live Demo: Transitions Story Explorer](/samples/haxe-openfl/story-explorer/transitions/) - [Create custom transitions for navigator components](./custom-navigator-transitions.md) - [How to use the `StackNavigator` component](./stack-navigator.md) - [How to use the `RouterNavigator` component](./router-navigator.md) diff --git a/learn/haxe-openfl/shape-skins.md b/learn/haxe-openfl/shape-skins.md index 26feb66b..38b022bd 100644 --- a/learn/haxe-openfl/shape-skins.md +++ b/learn/haxe-openfl/shape-skins.md @@ -38,3 +38,7 @@ The [`LineStyle`](https://api.feathersui.com/current/feathers/graphics/LineStyle - [`SolidColor`](https://api.feathersui.com/current/feathers/graphics/LineStyle.html#SolidColor) displays the border using a solid color. Its parameters are passed to the [`Graphics.lineStyle()`](https://api.openfl.org/openfl/display/Graphics.html#lineStyle) method. - [`Gradient`](https://api.feathersui.com/current/feathers/graphics/LineStyle.html#Gradient) displays the border as a gradient. Its parameters are passed to the [`Graphics.lineGradientStyle()`](https://api.openfl.org/openfl/display/Graphics.html#lineGradientStyle) method. - [`Bitmap`](https://api.feathersui.com/current/feathers/graphics/LineStyle.html#Bitmap) displays the border using [`BitmapData`](https://api.openfl.org/openfl/display/BitmapData.html). Its parameters are passed to the [`Graphics.lineBitmapStyle()`](https://api.openfl.org/openfl/display/Graphics.html#lineBitmapStyle) method. + +## Related Links + +- [Live Demo: Shape Skins Story Explorer](/samples/haxe-openfl/story-explorer/shape-skins/) \ No newline at end of file diff --git a/learn/haxe-openfl/ui-components.md b/learn/haxe-openfl/ui-components.md index fd5eb7ae..5608518a 100644 --- a/learn/haxe-openfl/ui-components.md +++ b/learn/haxe-openfl/ui-components.md @@ -78,4 +78,5 @@ Various other UI components that don't necessarily fit in one of the above categ ## Related Links +- [Live Demo: Core Components Story Explorer](/samples/haxe-openfl/story-explorer/core-components/) - [Create custom UI components for Feathers UI](./custom-ui-components.md)