lottie-ios 3.4.2 → 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Lottie.xcodeproj/project.pbxproj +4 -0
- package/Lottie.xcworkspace/xcuserdata/calstephens.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/Lottie.xcworkspace/xcuserdata/calstephens.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +16 -0
- package/Sources/Private/CoreAnimation/Animations/GradientAnimations.swift +17 -5
- package/Sources/Private/CoreAnimation/Animations/StrokeAnimation.swift +5 -4
- package/Sources/Private/CoreAnimation/CoreAnimationLayer.swift +25 -12
- package/Sources/Private/CoreAnimation/Layers/AnimationLayer.swift +3 -0
- package/Sources/Private/CoreAnimation/Layers/LayerModel+makeAnimationLayer.swift +1 -0
- package/Sources/Private/CoreAnimation/Layers/PreCompLayer.swift +2 -2
- package/Sources/Private/CoreAnimation/Layers/ShapeLayer.swift +3 -3
- package/Sources/Private/CoreAnimation/Layers/TextLayer.swift +15 -1
- package/Sources/Private/MainThread/NodeRenderSystem/Nodes/RenderNodes/GradientStrokeNode.swift +1 -1
- package/Sources/Private/MainThread/NodeRenderSystem/Nodes/RenderNodes/StrokeNode.swift +12 -1
- package/Sources/Public/Animation/AnimationPublic.swift +2 -1
- package/Sources/Public/Animation/AnimationView.swift +2 -0
- package/Tests/AutomaticEngineTests.swift +1 -0
- package/Tests/SnapshotConfiguration.swift +15 -1
- package/Tests/SnapshotTests.swift +4 -0
- package/Tests/Utils/HardcodedTextProvider.swift +27 -0
- package/lottie-ios.podspec +1 -1
- package/package.json +1 -1
- package/Tests/Samples/9squares_AlBoardman.json +0 -1
- package/Tests/Samples/Boat_Loader.json +0 -1
- package/Tests/Samples/HamburgerArrow.json +0 -1
- package/Tests/Samples/IconTransitions.json +0 -1
- package/Tests/Samples/Images/dog.png +0 -0
- package/Tests/Samples/Issues/issue_1125.json +0 -1
- package/Tests/Samples/Issues/issue_1260.json +0 -1
- package/Tests/Samples/Issues/issue_1403.json +0 -1
- package/Tests/Samples/Issues/issue_1407.json +0 -1
- package/Tests/Samples/Issues/issue_1460.json +0 -1
- package/Tests/Samples/Issues/issue_1488.json +0 -1
- package/Tests/Samples/Issues/issue_1505.json +0 -1
- package/Tests/Samples/Issues/issue_1541.json +0 -1
- package/Tests/Samples/Issues/issue_1557.json +0 -1
- package/Tests/Samples/Issues/issue_1603.json +0 -1
- package/Tests/Samples/Issues/issue_1628.json +0 -1
- package/Tests/Samples/Issues/issue_1636.json +0 -1
- package/Tests/Samples/Issues/issue_1643.json +0 -1
- package/Tests/Samples/Issues/issue_1655.json +0 -1
- package/Tests/Samples/Issues/issue_1664.json +0 -1
- package/Tests/Samples/Issues/issue_1683.json +0 -1
- package/Tests/Samples/Issues/issue_1687.json +0 -1
- package/Tests/Samples/Issues/issue_1711.json +0 -1
- package/Tests/Samples/Issues/issue_1717.json +0 -1
- package/Tests/Samples/Issues/issue_769.json +0 -1
- package/Tests/Samples/Issues/issue_885.json +0 -1
- package/Tests/Samples/Issues/issue_965.json +0 -1
- package/Tests/Samples/Issues/pr_1536.json +0 -1
- package/Tests/Samples/Issues/pr_1563.json +0 -8439
- package/Tests/Samples/Issues/pr_1592.json +0 -5527
- package/Tests/Samples/Issues/pr_1599.json +0 -738
- package/Tests/Samples/Issues/pr_1604_1.json +0 -1
- package/Tests/Samples/Issues/pr_1604_2.json +0 -1
- package/Tests/Samples/Issues/pr_1632_1.json +0 -1
- package/Tests/Samples/Issues/pr_1632_2.json +0 -1
- package/Tests/Samples/Issues/pr_1686.json +0 -513
- package/Tests/Samples/Issues/pr_1698.json +0 -1
- package/Tests/Samples/Issues/pr_1699.json +0 -1
- package/Tests/Samples/LottieFiles/LICENSE.md +0 -14
- package/Tests/Samples/LottieFiles/bounce_strokes.json +0 -1
- package/Tests/Samples/LottieFiles/cactus.json +0 -1
- package/Tests/Samples/LottieFiles/dog_car_ride.json +0 -1
- package/Tests/Samples/LottieFiles/draft_icon.json +0 -1
- package/Tests/Samples/LottieFiles/fireworks.json +0 -1
- package/Tests/Samples/LottieFiles/gradient_1.json +0 -1
- package/Tests/Samples/LottieFiles/gradient_2.json +0 -1
- package/Tests/Samples/LottieFiles/gradient_pill.json +0 -1
- package/Tests/Samples/LottieFiles/gradient_shapes.json +0 -1
- package/Tests/Samples/LottieFiles/gradient_square.json +0 -1
- package/Tests/Samples/LottieFiles/growth.json +0 -1
- package/Tests/Samples/LottieFiles/infinity_loader.json +0 -1
- package/Tests/Samples/LottieFiles/loading_dots_1.json +0 -1
- package/Tests/Samples/LottieFiles/loading_dots_2.json +0 -1
- package/Tests/Samples/LottieFiles/loading_dots_3.json +0 -1
- package/Tests/Samples/LottieFiles/loading_gradient_strokes.json +0 -1
- package/Tests/Samples/LottieFiles/settings_slider.json +0 -1
- package/Tests/Samples/LottieFiles/shop.json +0 -1
- package/Tests/Samples/LottieFiles/step_loader.json +0 -1
- package/Tests/Samples/LottieLogo1.json +0 -1
- package/Tests/Samples/LottieLogo1_masked.json +0 -1
- package/Tests/Samples/LottieLogo2.json +0 -1
- package/Tests/Samples/MotionCorpse_Jrcanest.json +0 -1
- package/Tests/Samples/Nonanimating/BasicLayers.json +0 -1
- package/Tests/Samples/Nonanimating/DisableNodesTest.json +0 -1
- package/Tests/Samples/Nonanimating/FirstText.json +0 -1
- package/Tests/Samples/Nonanimating/GeometryTransformTest.json +0 -1
- package/Tests/Samples/Nonanimating/Text_AnimatedProperties.json +0 -1
- package/Tests/Samples/Nonanimating/Text_Glyph.json +0 -1
- package/Tests/Samples/Nonanimating/Text_NoAnimation.json +0 -1
- package/Tests/Samples/Nonanimating/Text_NoGlyph.json +0 -1
- package/Tests/Samples/Nonanimating/Zoom.json +0 -1
- package/Tests/Samples/Nonanimating/_dog.json +0 -1
- package/Tests/Samples/Nonanimating/base64Test.json +0 -1
- package/Tests/Samples/Nonanimating/blend_mode_test.json +0 -1
- package/Tests/Samples/Nonanimating/keypathTest.json +0 -1
- package/Tests/Samples/Nonanimating/verifyLineHeight.json +0 -1
- package/Tests/Samples/PinJump.json +0 -1
- package/Tests/Samples/Switch.json +0 -1
- package/Tests/Samples/Switch_States.json +0 -1
- package/Tests/Samples/TwitterHeart.json +0 -1
- package/Tests/Samples/TwitterHeartButton.json +0 -1
- package/Tests/Samples/TypeFace/A.json +0 -1
- package/Tests/Samples/TypeFace/Apostrophe.json +0 -1
- package/Tests/Samples/TypeFace/B.json +0 -1
- package/Tests/Samples/TypeFace/BlinkingCursor.json +0 -1
- package/Tests/Samples/TypeFace/C.json +0 -1
- package/Tests/Samples/TypeFace/Colon.json +0 -1
- package/Tests/Samples/TypeFace/Comma.json +0 -1
- package/Tests/Samples/TypeFace/D.json +0 -1
- package/Tests/Samples/TypeFace/E.json +0 -1
- package/Tests/Samples/TypeFace/F.json +0 -1
- package/Tests/Samples/TypeFace/G.json +0 -1
- package/Tests/Samples/TypeFace/H.json +0 -1
- package/Tests/Samples/TypeFace/I.json +0 -1
- package/Tests/Samples/TypeFace/J.json +0 -1
- package/Tests/Samples/TypeFace/K.json +0 -1
- package/Tests/Samples/TypeFace/L.json +0 -1
- package/Tests/Samples/TypeFace/M.json +0 -1
- package/Tests/Samples/TypeFace/N.json +0 -1
- package/Tests/Samples/TypeFace/O.json +0 -1
- package/Tests/Samples/TypeFace/P.json +0 -1
- package/Tests/Samples/TypeFace/Q.json +0 -1
- package/Tests/Samples/TypeFace/R.json +0 -1
- package/Tests/Samples/TypeFace/S.json +0 -1
- package/Tests/Samples/TypeFace/T.json +0 -1
- package/Tests/Samples/TypeFace/U.json +0 -1
- package/Tests/Samples/TypeFace/V.json +0 -1
- package/Tests/Samples/TypeFace/W.json +0 -1
- package/Tests/Samples/TypeFace/X.json +0 -1
- package/Tests/Samples/TypeFace/Y.json +0 -1
- package/Tests/Samples/TypeFace/Z.json +0 -1
- package/Tests/Samples/Watermelon.json +0 -1
- package/Tests/Samples/setValueTest.json +0 -1
- package/Tests/Samples/timeremap.json +0 -1
- package/Tests/Samples/vcTransition1.json +0 -1
- package/Tests/Samples/vcTransition2.json +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"v":"5.7.11","fr":60,"ip":0,"op":38,"w":130,"h":130,"nm":"JS Step 2 Finance 130x130","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"DEMO - Feature - Payments","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[401,399.9,0],"ix":2,"l":2},"a":{"a":0,"k":[1250,1250,0],"ix":1,"l":2},"s":{"a":0,"k":[5.5,5.5,100],"ix":6,"l":2}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":-37,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0.617]},{"t":37,"s":[1.233]}],"ix":2},"w":2500,"h":2500,"ip":0,"op":38,"st":-37,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"JSON - Feature - Payments","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1250,1250,0],"ix":2,"l":2},"a":{"a":0,"k":[1600,1600,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":3200,"h":3200,"ip":0,"op":300,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Measure 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1600,1600,0],"ix":2,"l":2},"a":{"a":0,"k":[1080,1080,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":602,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"Folding Bill - Payments Mirror","refId":"comp_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1690,1600,0],"ix":2,"l":2},"a":{"a":0,"k":[1080,1080,0],"ix":1,"l":2},"s":{"a":0,"k":[100,-100,100],"ix":6,"l":2}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.56],"y":[1]},"o":{"x":[0.472],"y":[0.191]},"t":43,"s":[0.333]},{"t":56,"s":[0.667]}],"ix":2},"w":2160,"h":2160,"ip":30,"op":631,"st":30,"bm":0}]},{"id":"comp_4","layers":[{"ddd":0,"ind":3,"ty":3,"nm":"Center","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1080,1080,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Square Crease 2nd","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[270,-89,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0.133333340287,0.133333340287,0.133333340287,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[1.5,2],[-677,676]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[1.5,2],[-675.5,0]],"c":false}]},{"t":20,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[1.5,2],[-675,-675]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.133333340287,0.133333340287,0.133333340287,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":90,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":20,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Square Crease 1","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[270,-89,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0.133333340287,0.133333340287,0.133333340287,1]},{"t":40,"s":[0.890196084976,0.109803922474,0.372549027205,1]}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[1.5,2],[-675,-675]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0.133333340287,0.133333340287,0.133333340287,1]},{"t":40,"s":[0.890196084976,0.109803922474,0.372549027205,1]}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":90,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":20,"op":31,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Square L","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[270,-89,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[49.153,0],[0,0],[0,-49.153],[0,0],[-49.153,0],[0,0],[0,49.153],[0,0]],"o":[[0,0],[-49.153,0],[0,0],[0,49.153],[0,0],[49.153,0],[0,0],[0,-49.153]],"v":[[628.312,-719.523],[-819,-719.523],[-908,-630.523],[-908,628],[-819,717],[628.312,717],[717.312,628],[717.312,-630.523]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0.133333340287,0.133333340287,0.133333340287,1]},{"t":40,"s":[0.890196084976,0.109803922474,0.372549027205,1]}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[669,673],[-674.749,674.75],[-676,671]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[-674.749,674.75],[-676,-1]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[-674.749,674.75],[-675,-675]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[0.125,-0.125],[-675,-675]],"c":false}]},{"t":40,"s":[{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[675,675],[675,-675],[-675,-675]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0.133333340287,0.133333340287,0.133333340287,1]},{"t":40,"s":[0.890196084976,0.109803922474,0.372549027205,1]}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":90,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Bill 2nd","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[0,585.5,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":5,"s":[4,417.003,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20,"s":[0,-89,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-395.359,-819],[-1392,-819],[-1392,43.594],[-405.934,43.375],[-405.936,42.951],[-404.954,42.953]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.833,0.833],"y":[0.833,0.833]},"o":{"x":[0.167,0.167],"y":[0.167,0.167]},"t":0,"s":[1890,1]},{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0.167]},"t":11,"s":[1890,675]},{"t":20,"s":[1890,1350]}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":40,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196084976,0.109803922474,0.372549027205,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":90,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":11,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Bill 1","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":10,"s":[0,248.5,0],"to":[0,0,0],"ti":[0,0,0]},{"t":20,"s":[0,-89,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[648.889,-832.687],[-1392,-819],[-1392,887.594],[928.641,887.375],[1098.562,388.781],[-372.955,386.421]],"c":true}],"h":1},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-395.359,-819],[-1392,-819],[-1392,887.594],[928.641,887.375],[930.562,620.781],[-404.954,617.961]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-395.359,-819],[-1392,-819],[-1392,887.594],[928.641,887.375],[930.562,620.781],[-404.954,617.961]],"c":true}]},{"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-395.36,-819],[-1392,-819],[-1392,887.594],[944.641,887.375],[945.281,600.781],[-406.236,597.961]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"i":{"x":[0.667,0.667],"y":[1,1]},"o":{"x":[0.167,0.167],"y":[0,0.167]},"t":10,"s":[1890,675]},{"t":20,"s":[1890,1350]}],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":40,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196084976,0.109803922474,0.372549027205,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":90,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Color","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-89,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":0,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-352.922,720.438],[-1132,720.438],[-1132,861],[-352.922,861],[-352.922,771.479]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-402.305,47.875],[-1889.383,47.875],[-1888,862.438],[-400.922,862.438],[-403.605,679.664]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-407.688,-627.562],[-1134.766,-627.562],[-1132,861],[915.078,669],[-405.366,668.973]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-359.687,-628.125],[-1134.766,-627.562],[-1132,861],[1127.078,859.875],[246.47,-21.464]],"c":true}]},{"t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-359.687,-628.125],[-1134.766,-627.562],[-1132,861],[1127.078,859.875],[938.47,-629.464]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[540,540],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196084976,0.109803922474,0.372549027205,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":90,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":1,"nm":"White Solid 11","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1080,1080,0],"ix":2,"l":2},"a":{"a":0,"k":[1080,1080,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":10,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1328,992],[659.998,984],[135.999,984],[136,1652],[2012,1652]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1224,892],[659.999,312],[136,312],[136,1652],[2012,1652]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":30,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[1224,892],[659.999,312],[136,312],[136,1652],[2012,1652]],"c":true}]},{"t":40,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[2012,312],[493.323,312],[136,312],[136,1652],[2012,1652]],"c":true}]}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"sw":2160,"sh":2160,"sc":"#ffffff","ip":0,"op":601,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"JS Step 2 Finance","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[65,65,0],"ix":2,"l":2},"a":{"a":0,"k":[400,400,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":800,"h":800,"ip":0,"op":38,"st":0,"bm":0}],"markers":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"v":"5.7.11","fr":60,"ip":0,"op":38,"w":130,"h":130,"nm":"JS Step 2 Finance 130x130","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"DEMO - Feature - Payments","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[401,399.9,0],"ix":2,"l":2},"a":{"a":0,"k":[1250,1250,0],"ix":1,"l":2},"s":{"a":0,"k":[5.5,5.5,100],"ix":6,"l":2}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":-37,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0.617]},{"t":37,"s":[1.233]}],"ix":2},"w":2500,"h":2500,"ip":0,"op":38,"st":-37,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":0,"nm":"JSON - Feature - Payments","refId":"comp_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1250,1250,0],"ix":2,"l":2},"a":{"a":0,"k":[1600,1600,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":3200,"h":3200,"ip":0,"op":300,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Measure 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1600,1600,0],"ix":2,"l":2},"a":{"a":0,"k":[1080,1080,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":602,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Folding Bill - Payments","refId":"comp_3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.12],"y":[1]},"o":{"x":[0.66],"y":[0]},"t":53,"s":[0]},{"t":58,"s":[100]}],"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.12,"y":1},"o":{"x":0.66,"y":0},"t":56,"s":[1688,1598,0],"to":[0,0,0],"ti":[0,0,0]},{"t":73,"s":[1510,1424,0]}],"ix":2,"l":2},"a":{"a":0,"k":[1080,1080,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"tm":{"a":1,"k":[{"i":{"x":[0.289],"y":[1]},"o":{"x":[0.472],"y":[0.297]},"t":53,"s":[0.333]},{"t":73.22265625,"s":[0.667]}],"ix":2},"w":2160,"h":2160,"ip":40,"op":641,"st":40,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":3,"ty":3,"nm":"Center","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[1080,1080,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":601,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Color","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,-89,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"hasMask":false,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[540,540],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.890196084976,0.109803922474,0.372549027205,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":90,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[1619,1072],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.704],"y":[1]},"o":{"x":[0.167],"y":[-1.543]},"t":9,"s":[1,1,1,1]},{"t":46,"s":[0.976470589638,0.823529422283,0.874509811401,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":601,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"JS Step 2 Finance","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[65,65,0],"ix":2,"l":2},"a":{"a":0,"k":[400,400,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":800,"h":800,"ip":0,"op":38,"st":0,"bm":0}],"markers":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"v":"5.7.6","fr":29.9700012207031,"ip":0,"op":100,"w":225,"h":225,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[112.5,112.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[111,111],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.98431372549,0.737254901961,0.01568627451,1],"ix":4},"o":{"a":0,"ix":5,"k":[{"s":0,"t":0,"i":null,"o":null,"ti":null,"to":null,"h":1},{"s":100,"t":50,"i":null,"o":null,"ti":null,"to":null,"h":0},{"s":0,"t":100,"i":null,"o":null,"ti":null,"to":null,"h":0}]},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0}],"markers":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"v":"5.7.6","fr":29.9700012207031,"ip":0,"op":100,"w":225,"h":225,"nm":"Comp 1","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[112.5,112.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[111,111],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.98431372549,0.737254901961,0.01568627451,1],"ix":4},"o":{"a":0,"ix":5,"k":[{"s":100,"t":0,"i":null,"o":null,"ti":null,"to":null,"h":0},{"s":0,"t":33,"i":null,"o":null,"ti":null,"to":null,"h":1},{"s":0,"t":66,"i":null,"o":null,"ti":null,"to":null,"h":0},{"s":100,"t":100,"i":null,"o":null,"ti":null,"to":null,"h":0}]},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-3,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":900.000036657751,"st":0,"bm":0}],"markers":[]}
|
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"v": "5.8.1",
|
|
3
|
-
"fr": 15,
|
|
4
|
-
"ip": 0,
|
|
5
|
-
"op": 12,
|
|
6
|
-
"w": 256,
|
|
7
|
-
"h": 256,
|
|
8
|
-
"nm": "Close",
|
|
9
|
-
"ddd": 0,
|
|
10
|
-
"assets": [],
|
|
11
|
-
"layers": [
|
|
12
|
-
{
|
|
13
|
-
"ddd": 0,
|
|
14
|
-
"ind": 1,
|
|
15
|
-
"ty": 4,
|
|
16
|
-
"nm": "Indicator",
|
|
17
|
-
"sr": 1,
|
|
18
|
-
"ks": {
|
|
19
|
-
"o": {
|
|
20
|
-
"a": 0,
|
|
21
|
-
"k": 100,
|
|
22
|
-
"ix": 11
|
|
23
|
-
},
|
|
24
|
-
"r": {
|
|
25
|
-
"a": 0,
|
|
26
|
-
"k": 0,
|
|
27
|
-
"ix": 10
|
|
28
|
-
},
|
|
29
|
-
"p": {
|
|
30
|
-
"a": 0,
|
|
31
|
-
"k": [
|
|
32
|
-
128,
|
|
33
|
-
128,
|
|
34
|
-
0
|
|
35
|
-
],
|
|
36
|
-
"ix": 2,
|
|
37
|
-
"l": 2
|
|
38
|
-
},
|
|
39
|
-
"a": {
|
|
40
|
-
"a": 0,
|
|
41
|
-
"k": [
|
|
42
|
-
0,
|
|
43
|
-
0,
|
|
44
|
-
0
|
|
45
|
-
],
|
|
46
|
-
"ix": 1,
|
|
47
|
-
"l": 2
|
|
48
|
-
},
|
|
49
|
-
"s": {
|
|
50
|
-
"a": 0,
|
|
51
|
-
"k": [
|
|
52
|
-
100,
|
|
53
|
-
100,
|
|
54
|
-
100
|
|
55
|
-
],
|
|
56
|
-
"ix": 6,
|
|
57
|
-
"l": 2
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"ao": 0,
|
|
61
|
-
"shapes": [
|
|
62
|
-
{
|
|
63
|
-
"ty": "gr",
|
|
64
|
-
"it": [
|
|
65
|
-
{
|
|
66
|
-
"d": 1,
|
|
67
|
-
"ty": "el",
|
|
68
|
-
"s": {
|
|
69
|
-
"a": 0,
|
|
70
|
-
"k": [
|
|
71
|
-
212,
|
|
72
|
-
212
|
|
73
|
-
],
|
|
74
|
-
"ix": 2
|
|
75
|
-
},
|
|
76
|
-
"p": {
|
|
77
|
-
"a": 0,
|
|
78
|
-
"k": [
|
|
79
|
-
0,
|
|
80
|
-
0
|
|
81
|
-
],
|
|
82
|
-
"ix": 3
|
|
83
|
-
},
|
|
84
|
-
"nm": "Ellipse Path 1",
|
|
85
|
-
"mn": "ADBE Vector Shape - Ellipse",
|
|
86
|
-
"hd": false
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"ty": "st",
|
|
90
|
-
"c": {
|
|
91
|
-
"a": 0,
|
|
92
|
-
"k": [
|
|
93
|
-
0.49411764705882355,
|
|
94
|
-
0.8274509803921568,
|
|
95
|
-
0.12941176470588237,
|
|
96
|
-
1
|
|
97
|
-
],
|
|
98
|
-
"ix": 3
|
|
99
|
-
},
|
|
100
|
-
"o": {
|
|
101
|
-
"a": 0,
|
|
102
|
-
"k": 100,
|
|
103
|
-
"ix": 4
|
|
104
|
-
},
|
|
105
|
-
"w": {
|
|
106
|
-
"a": 0,
|
|
107
|
-
"k": 8,
|
|
108
|
-
"ix": 5
|
|
109
|
-
},
|
|
110
|
-
"lc": 2,
|
|
111
|
-
"lj": 2,
|
|
112
|
-
"bm": 0,
|
|
113
|
-
"d": [
|
|
114
|
-
{
|
|
115
|
-
"n": "d",
|
|
116
|
-
"nm": "dash",
|
|
117
|
-
"v": {
|
|
118
|
-
"a": 0,
|
|
119
|
-
"k": 0,
|
|
120
|
-
"ix": 1
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"n": "o",
|
|
125
|
-
"nm": "offset",
|
|
126
|
-
"v": {
|
|
127
|
-
"a": 0,
|
|
128
|
-
"k": 0,
|
|
129
|
-
"ix": 7
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
],
|
|
133
|
-
"nm": "Stroke 1",
|
|
134
|
-
"mn": "ADBE Vector Graphic - Stroke",
|
|
135
|
-
"hd": false
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"ty": "tr",
|
|
139
|
-
"p": {
|
|
140
|
-
"a": 0,
|
|
141
|
-
"k": [
|
|
142
|
-
0,
|
|
143
|
-
0
|
|
144
|
-
],
|
|
145
|
-
"ix": 2
|
|
146
|
-
},
|
|
147
|
-
"a": {
|
|
148
|
-
"a": 0,
|
|
149
|
-
"k": [
|
|
150
|
-
0,
|
|
151
|
-
0
|
|
152
|
-
],
|
|
153
|
-
"ix": 1
|
|
154
|
-
},
|
|
155
|
-
"s": {
|
|
156
|
-
"a": 0,
|
|
157
|
-
"k": [
|
|
158
|
-
100,
|
|
159
|
-
100
|
|
160
|
-
],
|
|
161
|
-
"ix": 3
|
|
162
|
-
},
|
|
163
|
-
"r": {
|
|
164
|
-
"a": 0,
|
|
165
|
-
"k": 0,
|
|
166
|
-
"ix": 6
|
|
167
|
-
},
|
|
168
|
-
"o": {
|
|
169
|
-
"a": 0,
|
|
170
|
-
"k": 100,
|
|
171
|
-
"ix": 7
|
|
172
|
-
},
|
|
173
|
-
"sk": {
|
|
174
|
-
"a": 0,
|
|
175
|
-
"k": 0,
|
|
176
|
-
"ix": 4
|
|
177
|
-
},
|
|
178
|
-
"sa": {
|
|
179
|
-
"a": 0,
|
|
180
|
-
"k": 0,
|
|
181
|
-
"ix": 5
|
|
182
|
-
},
|
|
183
|
-
"nm": "Transform"
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"nm": "Ellipse 1",
|
|
187
|
-
"np": 2,
|
|
188
|
-
"cix": 2,
|
|
189
|
-
"bm": 0,
|
|
190
|
-
"ix": 1,
|
|
191
|
-
"mn": "ADBE Vector Group",
|
|
192
|
-
"hd": false
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"ty": "tm",
|
|
196
|
-
"s": {
|
|
197
|
-
"a": 1,
|
|
198
|
-
"k": [
|
|
199
|
-
{
|
|
200
|
-
"i": {
|
|
201
|
-
"x": [
|
|
202
|
-
0.833
|
|
203
|
-
],
|
|
204
|
-
"y": [
|
|
205
|
-
0.833
|
|
206
|
-
]
|
|
207
|
-
},
|
|
208
|
-
"o": {
|
|
209
|
-
"x": [
|
|
210
|
-
0.167
|
|
211
|
-
],
|
|
212
|
-
"y": [
|
|
213
|
-
0.167
|
|
214
|
-
]
|
|
215
|
-
},
|
|
216
|
-
"t": 0,
|
|
217
|
-
"s": [
|
|
218
|
-
0
|
|
219
|
-
]
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"t": 12,
|
|
223
|
-
"s": [
|
|
224
|
-
100
|
|
225
|
-
]
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
|
-
"ix": 1
|
|
229
|
-
},
|
|
230
|
-
"e": {
|
|
231
|
-
"a": 0,
|
|
232
|
-
"k": 100,
|
|
233
|
-
"ix": 2
|
|
234
|
-
},
|
|
235
|
-
"o": {
|
|
236
|
-
"a": 0,
|
|
237
|
-
"k": 0,
|
|
238
|
-
"ix": 3
|
|
239
|
-
},
|
|
240
|
-
"m": 1,
|
|
241
|
-
"ix": 2,
|
|
242
|
-
"nm": "Trim Paths 1",
|
|
243
|
-
"mn": "ADBE Vector Filter - Trim",
|
|
244
|
-
"hd": false
|
|
245
|
-
}
|
|
246
|
-
],
|
|
247
|
-
"ip": 0,
|
|
248
|
-
"op": 12,
|
|
249
|
-
"st": 0,
|
|
250
|
-
"bm": 0
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"ddd": 0,
|
|
254
|
-
"ind": 2,
|
|
255
|
-
"ty": 4,
|
|
256
|
-
"nm": "Base",
|
|
257
|
-
"sr": 1,
|
|
258
|
-
"ks": {
|
|
259
|
-
"o": {
|
|
260
|
-
"a": 0,
|
|
261
|
-
"k": 100,
|
|
262
|
-
"ix": 11
|
|
263
|
-
},
|
|
264
|
-
"r": {
|
|
265
|
-
"a": 0,
|
|
266
|
-
"k": 0,
|
|
267
|
-
"ix": 10
|
|
268
|
-
},
|
|
269
|
-
"p": {
|
|
270
|
-
"a": 0,
|
|
271
|
-
"k": [
|
|
272
|
-
129.573,
|
|
273
|
-
126.745,
|
|
274
|
-
0
|
|
275
|
-
],
|
|
276
|
-
"ix": 2,
|
|
277
|
-
"l": 2
|
|
278
|
-
},
|
|
279
|
-
"a": {
|
|
280
|
-
"a": 0,
|
|
281
|
-
"k": [
|
|
282
|
-
0,
|
|
283
|
-
0,
|
|
284
|
-
0
|
|
285
|
-
],
|
|
286
|
-
"ix": 1,
|
|
287
|
-
"l": 2
|
|
288
|
-
},
|
|
289
|
-
"s": {
|
|
290
|
-
"a": 0,
|
|
291
|
-
"k": [
|
|
292
|
-
100,
|
|
293
|
-
100,
|
|
294
|
-
100
|
|
295
|
-
],
|
|
296
|
-
"ix": 6,
|
|
297
|
-
"l": 2
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"ao": 0,
|
|
301
|
-
"ef": [
|
|
302
|
-
{
|
|
303
|
-
"ty": 26,
|
|
304
|
-
"nm": "Radial Wipe",
|
|
305
|
-
"np": 7,
|
|
306
|
-
"mn": "ADBE Radial Wipe",
|
|
307
|
-
"ix": 1,
|
|
308
|
-
"en": 1,
|
|
309
|
-
"ef": [
|
|
310
|
-
{
|
|
311
|
-
"ty": 0,
|
|
312
|
-
"nm": "Transition Completion",
|
|
313
|
-
"mn": "ADBE Radial Wipe-0001",
|
|
314
|
-
"ix": 1,
|
|
315
|
-
"v": {
|
|
316
|
-
"a": 0,
|
|
317
|
-
"k": 0,
|
|
318
|
-
"ix": 1
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"ty": 0,
|
|
323
|
-
"nm": "Start Angle",
|
|
324
|
-
"mn": "ADBE Radial Wipe-0002",
|
|
325
|
-
"ix": 2,
|
|
326
|
-
"v": {
|
|
327
|
-
"a": 0,
|
|
328
|
-
"k": 0,
|
|
329
|
-
"ix": 2
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"ty": 3,
|
|
334
|
-
"nm": "Wipe Center",
|
|
335
|
-
"mn": "ADBE Radial Wipe-0003",
|
|
336
|
-
"ix": 3,
|
|
337
|
-
"v": {
|
|
338
|
-
"a": 0,
|
|
339
|
-
"k": [
|
|
340
|
-
128,
|
|
341
|
-
128
|
|
342
|
-
],
|
|
343
|
-
"ix": 3
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"ty": 7,
|
|
348
|
-
"nm": "Wipe",
|
|
349
|
-
"mn": "ADBE Radial Wipe-0004",
|
|
350
|
-
"ix": 4,
|
|
351
|
-
"v": {
|
|
352
|
-
"a": 0,
|
|
353
|
-
"k": 1,
|
|
354
|
-
"ix": 4
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"ty": 0,
|
|
359
|
-
"nm": "Feather",
|
|
360
|
-
"mn": "ADBE Radial Wipe-0005",
|
|
361
|
-
"ix": 5,
|
|
362
|
-
"v": {
|
|
363
|
-
"a": 0,
|
|
364
|
-
"k": 0,
|
|
365
|
-
"ix": 5
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
]
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"shapes": [
|
|
372
|
-
{
|
|
373
|
-
"ty": "gr",
|
|
374
|
-
"it": [
|
|
375
|
-
{
|
|
376
|
-
"d": 1,
|
|
377
|
-
"ty": "el",
|
|
378
|
-
"s": {
|
|
379
|
-
"a": 0,
|
|
380
|
-
"k": [
|
|
381
|
-
212,
|
|
382
|
-
212
|
|
383
|
-
],
|
|
384
|
-
"ix": 2
|
|
385
|
-
},
|
|
386
|
-
"p": {
|
|
387
|
-
"a": 0,
|
|
388
|
-
"k": [
|
|
389
|
-
0,
|
|
390
|
-
0
|
|
391
|
-
],
|
|
392
|
-
"ix": 3
|
|
393
|
-
},
|
|
394
|
-
"nm": "Ellipse Path 1",
|
|
395
|
-
"mn": "ADBE Vector Shape - Ellipse",
|
|
396
|
-
"hd": false
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"ty": "st",
|
|
400
|
-
"c": {
|
|
401
|
-
"a": 0,
|
|
402
|
-
"k": [
|
|
403
|
-
0.6078431372549019,
|
|
404
|
-
0.6078431372549019,
|
|
405
|
-
0.6078431372549019,
|
|
406
|
-
1
|
|
407
|
-
],
|
|
408
|
-
"ix": 3
|
|
409
|
-
},
|
|
410
|
-
"o": {
|
|
411
|
-
"a": 0,
|
|
412
|
-
"k": 8,
|
|
413
|
-
"ix": 4
|
|
414
|
-
},
|
|
415
|
-
"w": {
|
|
416
|
-
"a": 0,
|
|
417
|
-
"k": 8,
|
|
418
|
-
"ix": 5
|
|
419
|
-
},
|
|
420
|
-
"lc": 2,
|
|
421
|
-
"lj": 1,
|
|
422
|
-
"ml": 4,
|
|
423
|
-
"bm": 0,
|
|
424
|
-
"d": [
|
|
425
|
-
{
|
|
426
|
-
"n": "d",
|
|
427
|
-
"nm": "dash",
|
|
428
|
-
"v": {
|
|
429
|
-
"a": 0,
|
|
430
|
-
"k": 0,
|
|
431
|
-
"ix": 1
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"n": "o",
|
|
436
|
-
"nm": "offset",
|
|
437
|
-
"v": {
|
|
438
|
-
"a": 0,
|
|
439
|
-
"k": 0,
|
|
440
|
-
"ix": 7
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"nm": "Stroke 1",
|
|
445
|
-
"mn": "ADBE Vector Graphic - Stroke",
|
|
446
|
-
"hd": false
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"ty": "tr",
|
|
450
|
-
"p": {
|
|
451
|
-
"a": 0,
|
|
452
|
-
"k": [
|
|
453
|
-
-1.573,
|
|
454
|
-
1.255
|
|
455
|
-
],
|
|
456
|
-
"ix": 2
|
|
457
|
-
},
|
|
458
|
-
"a": {
|
|
459
|
-
"a": 0,
|
|
460
|
-
"k": [
|
|
461
|
-
0,
|
|
462
|
-
0
|
|
463
|
-
],
|
|
464
|
-
"ix": 1
|
|
465
|
-
},
|
|
466
|
-
"s": {
|
|
467
|
-
"a": 0,
|
|
468
|
-
"k": [
|
|
469
|
-
100,
|
|
470
|
-
100
|
|
471
|
-
],
|
|
472
|
-
"ix": 3
|
|
473
|
-
},
|
|
474
|
-
"r": {
|
|
475
|
-
"a": 0,
|
|
476
|
-
"k": 0,
|
|
477
|
-
"ix": 6
|
|
478
|
-
},
|
|
479
|
-
"o": {
|
|
480
|
-
"a": 0,
|
|
481
|
-
"k": 100,
|
|
482
|
-
"ix": 7
|
|
483
|
-
},
|
|
484
|
-
"sk": {
|
|
485
|
-
"a": 0,
|
|
486
|
-
"k": 0,
|
|
487
|
-
"ix": 4
|
|
488
|
-
},
|
|
489
|
-
"sa": {
|
|
490
|
-
"a": 0,
|
|
491
|
-
"k": 0,
|
|
492
|
-
"ix": 5
|
|
493
|
-
},
|
|
494
|
-
"nm": "Transform"
|
|
495
|
-
}
|
|
496
|
-
],
|
|
497
|
-
"nm": "Ellipse 1",
|
|
498
|
-
"np": 2,
|
|
499
|
-
"cix": 2,
|
|
500
|
-
"bm": 0,
|
|
501
|
-
"ix": 1,
|
|
502
|
-
"mn": "ADBE Vector Group",
|
|
503
|
-
"hd": false
|
|
504
|
-
}
|
|
505
|
-
],
|
|
506
|
-
"ip": 0,
|
|
507
|
-
"op": 14,
|
|
508
|
-
"st": 0,
|
|
509
|
-
"bm": 0
|
|
510
|
-
}
|
|
511
|
-
],
|
|
512
|
-
"markers": []
|
|
513
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"v":"5.3.0","fr":60,"ip":116,"op":299,"w":120,"h":120,"nm":"Baloon","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":3,"ty":3,"nm":"Controller_AIR","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.19,"y":1},"o":{"x":0.23,"y":0},"n":"0p19_1_0p23_0","t":120,"s":[86.518,37.334,0],"e":[83.927,38.248,0],"to":[-0.43187201023102,0.15231999754906,0],"ti":[0.43187201023102,-0.15231999754906,0]},{"t":260}],"ix":2},"a":{"a":0,"k":[60,60,0],"ix":1},"s":{"a":0,"k":[10.752,10.752,100],"ix":6}},"ao":0,"ip":0,"op":1200,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Air","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[114.518,8.207,0],"ix":2},"a":{"a":0,"k":[273.143,-288.793,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[36.632,-3.577],[0,0]],"o":[[-31.227,-31.891],[-49.139,4.798],[0,0]],"v":[[472.24,-281.043],[363.464,-315.372],[272.893,-288.52]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":67.97,"ix":5},"lc":1,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":10,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p5_1_0p167_0p167"],"t":126,"s":[0],"e":[-1800.2]},{"t":230}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":1200,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Air","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.851,8.24,0],"ix":2},"a":{"a":0,"k":[274.476,-288.76,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-11.635,32.612],[0,0]],"o":[[35.065,-19.481],[17.362,-48.665],[0,0]],"v":[[273.184,-288.52],[340.098,-373.679],[355.719,-470]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":67.97,"ix":5},"lc":1,"lj":1,"ml":10,"ml2":{"a":0,"k":10,"ix":8},"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":30,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.5],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"n":["0p5_1_0p167_0p167"],"t":120,"s":[-1800.2],"e":[10]},{"t":224}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":1200,"st":0,"bm":0}],"markers":[{"tm":116,"cm":"1","dr":0},{"tm":298,"cm":"2","dr":0}]}
|