-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce log volume from warning about After Effects expressions
- Loading branch information
Showing
5 changed files
with
19 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 1 addition & 49 deletions
50
...shots__/LoggingTests/testUnsupportedAfterEffectsExpressionsWarning.LottieFiles-growth.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1 @@ | ||
[info] `transform.rotation.z` animation for "men.man 1.hand 2.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = loopOut(); | ||
|
||
[info] `transform.rotation.z` animation for "men.man 1.hand 3.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = loopOut(); | ||
|
||
[info] `transform.rotation.z` animation for "men.man 1.face.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = loopOut(); | ||
|
||
[info] `transform.translation` animation for "men.man 1.laptop.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = content('man 1').content('laptop').transform.position; | ||
|
||
[info] `transform.scale.x` animation for "men.man 1.laptop.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = loopOut(); | ||
|
||
[info] `transform.scale.y` animation for "men.man 1.laptop.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = loopOut(); | ||
|
||
[info] `transform.rotation.z` animation for "men.man 1.laptop.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = loopOut(); | ||
|
||
[info] `transform.translation` animation for "men.man 1.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = loopOut(); | ||
|
||
[info] `transform.scale.x` animation for "men.man 1.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = content('man 1').transform.scale; | ||
|
||
[info] `transform.scale.y` animation for "men.man 1.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. | ||
|
||
var $bm_rt; | ||
$bm_rt = content('man 1').transform.scale; | ||
[info] `transform.rotation.z` animation for "men.man 1.hand 2.Transform" includes an After Effects expression (https://helpx.adobe.com/after-effects/using/expression-language.html), which is not supported by lottie-ios (expressions are only supported by lottie-web). This animation may not play correctly. |