11 Commits

Author SHA1 Message Date
subhransu mohanty
323b07c37f rlottie: added support of lambda expression in setValue. 2019-05-14 08:44:49 +09:00
subhransu mohanty
9e56f12850 rlottie/header: fixed issue with public header dependency of c++14
c++11 only supports static constexpr function with one return statement.
so our maptype() function is valid in c++14 but not on c++11.
to work around used the explicit class instantiation to map property type to value type.
2019-04-30 17:07:26 +09:00
subhransu mohanty
90affa8bd1 rlottie: Added dynamic property change feature
The keypath can handle globe(**) and wildchar(*) reg ex.
Currently only support fillcolor , fill opacity , stroke color , stroke opacity and stroke width property.
2019-04-24 13:40:03 +09:00
subhransu mohanty
a708ff3721 rlottie: fix typo. 2019-03-21 15:34:15 +09:00
subhransu mohanty
2b9991540c [rlottie]: Added layers() api to return the layer info list of the composition. 2019-03-19 13:03:31 +09:00
subhransu mohanty
7f5d496a96 [rlottie] Added setDrawRegion api to Surface for supporting subsurface rendering. 2019-03-07 14:33:33 +09:00
subhransu mohanty
b7d488671a rlottie: now loadFromData() api takes resourcePath for loading external resource 2019-03-05 13:05:16 +09:00
subhransu mohanty
a2614da5c6 lottie: final changes to rename from lottie-player to rlottie
Change-Id: Ie2ed4d7c3fb08abd3f8fe484021d478e90bc9d91
2019-01-24 13:20:54 +09:00
Hermet Park
6e8aec4553 Revert "lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie."
This reverts commit 569f16a7e999ad697008900948192b13c0e27f4f.
2019-01-23 14:46:34 +09:00
subhransu mohanty
569f16a7e9 lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie.
Change-Id: I51f85201c06be4cb42c2036a0162b9124149e781
2019-01-22 16:39:13 +09:00
sub.mohanty@samsung.com
aebcc6ab49 lottie: rename public headers to rlottie namesapce.
Change-Id: Ib8d3df2600eef84927c95eb6794de9f9074d6253
2019-01-21 13:34:48 +09:00