We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8c74e commit 5e5bfc3Copy full SHA for 5e5bfc3
docs/compat.md
@@ -5,6 +5,9 @@ This page describes breaking changes that have been introduced over time.
5
You'd need to check `v` from {ref-link:animation/animation} to see the
6
the lottie is so old to need to worry about these.
7
8
+The code examples are just for illustrative purposes and are not to be
9
+taken as a complete conversion code.
10
+
11
## [0,255] Colors
12
13
Until `v` 4.1.9.
@@ -37,6 +40,8 @@ Fix: For each {ref-link:shapes/path}, update all the keyframes
37
40
(or the non-animated value) of `ks`.
38
41
Do the same to fix `pt` in each {ref-link:helpers/mask}.
39
42
43
+`shape.ks.k.c = shape.closed ? 1 : 0`
44
45
## Old keyframe style
46
47
Until `v` 5.0.0 (?).
0 commit comments