lottie: add "lottieviewer" example 61/187061/3
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 17 Aug 2018 12:15:22 +0000 (21:15 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 21 Aug 2018 03:53:11 +0000 (03:53 +0000)
commit617b257ec4c45f38a1e214e431ce5246a2788434
tree03cab662470edb1541c95d5adf5c84424fd496d1
parented0b8f5b4c0093f99e805c5d966ab04738bc06ef
lottie: add "lottieviewer" example

lottieviewer shows each frame image according to slider value.
since edc compilation is not supported yet,
do the following steps to run this example:

$ cd example
$ edje_cc layout.edc
$ mv layout.edj ../build/example

Change-Id: I00f7d8b743e9028d1e8006104e63bef5d96084b6
example/layout.edc [new file with mode: 0644]
example/lottieviewer.cpp [new file with mode: 0644]
example/meson.build