Skip to content

Commit d50d80d

Browse files
committed
readme
1 parent c0b83e0 commit d50d80d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ For embedded builds, a recent main or 6.2 snapshot with matching *Swift SDKs for
3030
- "model-bindings" for inputs (i.e., bind a @Binding<String> to a text box, or bind a @Binding<Bool> to a checkbox)
3131
- ~~view value comparing (generated comparing and custom equatable support)~~
3232
- ~~different handling of environment (individual reactivity needed)~~
33-
- transitions and animations (ideally CSS-based, probably svelte-like custom easing functions applied through WAAPI)
33+
- ~~transitions and animations (ideally CSS-based, probably svelte-like custom easing functions applied through WAAPI)~~
34+
- better control over animations and basic phaseAnimator
35+
- support for combined and reversible transitions
36+
- somehow migrate over to "var body" instead of "var content" (what was I thinking....)
3437
- proper unit testing (once APIs firm up a bit more, partially started)
3538
- implement @ViewEquatableIgnored
3639
- split out JavaScriptKit stuff in separate module to contain spread, maybe one day we can switch to faster interop somehow

0 commit comments

Comments
 (0)