rlottie: Added dynamic property change feature
authorsubhransu mohanty <sub.mohanty@samsung.com>
Tue, 23 Apr 2019 05:59:50 +0000 (14:59 +0900)
committerHermet Park <hermetpark@gmail.com>
Thu, 25 Apr 2019 04:14:33 +0000 (13:14 +0900)
commit576b2c62c7e010ee955c79ea4cb4398197604f7d
tree906403437522ae2bedd1a08fddc391dc45233c2e
parent34570ab0aff0c4aff6fe2366f980adcf987eef9b
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.
14 files changed:
example/demo.cpp
example/lottieview.h
example/resource/dynamic_property.json [new file with mode: 0755]
inc/rlottie.h
src/lottie/CMakeLists.txt
src/lottie/lottieanimation.cpp
src/lottie/lottieitem.cpp
src/lottie/lottieitem.h
src/lottie/lottiekeypath.cpp [new file with mode: 0644]
src/lottie/lottiekeypath.h [new file with mode: 0644]
src/lottie/lottiemodel.h
src/lottie/lottieparser.cpp
src/lottie/lottieproxymodel.h
src/lottie/meson.build