added blank lines

added edge case comment
This commit is contained in:
hariroshan 2023-03-04 14:42:29 +05:30
parent b9a596eb04
commit 68bb47f14a
2 changed files with 4 additions and 1 deletions

View File

@ -3,14 +3,16 @@
Build mobile apps with elm using NativeScript API. `elm/http` works with this library as well! Build mobile apps with elm using NativeScript API. `elm/http` works with this library as well!
We can build simple apps like counter We can build simple apps like counter
![Counter](./doc/counter.gif) ![Counter](./doc/counter.gif)
or something like a blog or something like a blog
![Counter](./doc/blog.gif) ![Counter](./doc/blog.gif)
or even complex app with page transitions, modals, dialog, and much more! or even complex app with page transitions, modals, dialog, and much more!
![Car details](./doc/car.gif)
![Car details](./doc/car.gif)
## TODO ## TODO

View File

@ -1,6 +1,7 @@
type rootLayout type rootLayout
module AnimationCurve = { module AnimationCurve = {
/* This function returns an object, but for simplicity we will say it returns string */
type animationCurve = {cubicBezier: (. float, float, float, float) => string} type animationCurve = {cubicBezier: (. float, float, float, float) => string}
%%private( %%private(