projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e51c8c
)
doc: fix typo
accepted/tizen/unified/20191010.032850
submit/tizen/20191007.211537
submit/tizen/20191008.054409
submit/tizen/20191008.233305
author
Hermet Park
<hermetpark@gmail.com>
Mon, 7 Oct 2019 11:02:00 +0000
(20:02 +0900)
committer
Jongmin Lee
<jm105.lee@samsung.com>
Mon, 7 Oct 2019 21:13:11 +0000
(06:13 +0900)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 95929d5d87419a3aca2322f3f9aaeb26309d123b..f3a09d3c25fe56313a2204d6f0fe740a27500fd9 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-216,7
+216,7
@@
Lottie_View->player()->setValue<rlottie::Property::FillColor>("Layer1.Box 1.Fill
```
### +) Usage ( C API)
-To change fillcolor property of fill1 object in the layer1->group1->fill1 hirarchy to RED color :
+To change fillcolor property of fill1 object in the layer1->group1->fill1 hi
e
rarchy to RED color :
```c
lottie_animation_property_override(animation, LOTTIE_ANIMATION_PROPERTY_FILLCOLOR, "layer1.group1.fill1", 1.0, 0.0, 0.0);
```