You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Create client-side web apps in Swift that weigh less than 200 kB.
7
7
## 🚧 Work In Progress 🚧
8
8
Based on the [swift.org WebAssembly SDKs](https://forums.swift.org/t/swift-sdks-for-webassembly-now-available-on-swift-org/80405), [JavaScriptKit](https://github.com/swiftwasm/JavaScriptKit), and [Elementary](https://github.com/sliemeobn/elementary).
9
9
10
-
For embedded builds, a recent main or 6.2 snapshot with matching *Swift SDKs for WebAssembly* from [swift.org](https://www.swift.org/install) is required.
10
+
For embedded builds, Swift 6.2 or later with matching *Swift SDKs for WebAssembly* from [swift.org](https://www.swift.org/install) is required.
11
11
12
12
> [!IMPORTANT]
13
13
> ElementaryDOM is a passion project under active development.\
@@ -33,12 +33,15 @@ For embedded builds, a recent main or 6.2 snapshot with matching *Swift SDKs for
33
33
-~~transitions and animations (ideally CSS-based, probably svelte-like custom easing functions applied through WAAPI)~~
34
34
-~~better control over animations~~
35
35
-~~somehow migrate over to "var body" instead of "var content" (what was I thinking....)~~
36
-
- automatic FLIP animations for certain layout changes (child-layout after changes, maybe size of containers)
36
+
-~~automatic FLIP animations for certain layout changes (child-layout after changes, maybe size of containers)~~
37
+
- fix those Foundation imports, review thread-local + mutex usage
38
+
- more built-in animatable CSS modifiers (colors, borders, borders?, blur)
37
39
- basic phaseAnimator implementations
38
-
- think about auto-flip animation for custom CSS values
40
+
- implement auto-flip animation for custom CSS values (on value triggers)
41
+
- maybe add "animateContainerLayout" modifier with value trigger (eg: to animate changes without child-changes)
0 commit comments