mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2025-01-07 17:27:48 +03:00
added blank lines
added edge case comment
This commit is contained in:
parent
b9a596eb04
commit
68bb47f14a
@ -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
|
||||||
|
|
||||||
|
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user