pds-dev-kit-web-test 0.0.10 → 0.0.12
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/.vscode/settings.json +1 -1
- package/dist/index.d.ts +10 -8
- package/dist/index.js +21 -6
- package/dist/src/common/assets/icons/fill/Bookmark.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Bookmark.js +34 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
- package/dist/src/common/assets/icons/fill/index.js +2 -0
- package/dist/src/common/assets/icons/line/BellNotification.js +2 -2
- package/dist/src/common/assets/icons/line/Bookmark.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Bookmark.js +34 -0
- package/dist/src/common/assets/icons/line/HeartCare.d.ts +4 -0
- package/dist/src/common/assets/icons/line/HeartCare.js +36 -0
- package/dist/src/common/assets/icons/line/PhotoMultiple.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PhotoMultiple.js +37 -0
- package/dist/src/common/assets/icons/line/PostArticle.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostArticle.js +36 -0
- package/dist/src/common/assets/icons/line/Unlock.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Unlock.js +36 -0
- package/dist/src/common/assets/icons/line/VodShorts.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VodShorts.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +6 -0
- package/dist/src/common/assets/icons/line/index.js +12 -0
- package/dist/src/common/assets/lotties/Confetti.json +1 -0
- package/dist/src/common/assets/lotties/Fire.json +1 -0
- package/dist/src/common/assets/lotties/Heart.json +1 -0
- package/dist/src/common/assets/lotties/Sad.json +1 -0
- package/dist/src/common/assets/lotties/ThumbUp.json +1 -0
- package/dist/src/common/assets/lotties/index.d.ts +2513 -0
- package/dist/src/common/assets/lotties/index.js +18 -0
- package/dist/src/common/components/CircularProgress/CircularProgress.d.ts +8 -0
- package/dist/src/common/components/CircularProgress/CircularProgress.js +74 -0
- package/dist/src/common/components/CircularProgress/index.d.ts +1 -0
- package/dist/src/common/components/CircularProgress/index.js +8 -0
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +7 -0
- package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +26 -0
- package/dist/src/common/components/ThreeBarProgress/index.d.ts +1 -0
- package/dist/src/common/components/ThreeBarProgress/index.js +8 -0
- package/dist/src/common/components/index.d.ts +3 -1
- package/dist/src/common/components/index.js +5 -1
- package/dist/src/common/index.d.ts +2 -2
- package/dist/src/common/index.js +5 -1
- package/dist/src/common/styles/ToneTest/ToneTest.js +12 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +33 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +33 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +13 -1
- package/dist/src/common/styles/colorSet/UIColor.json +62 -2
- package/dist/src/common/styles/colorSet/index.d.ts +316 -180
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +60 -0
- package/dist/src/common/styles/index.d.ts +49 -0
- package/dist/src/common/styles/index.js +9 -1
- package/dist/src/common/styles/loading/index.d.ts +1 -0
- package/dist/src/common/styles/loading/index.js +5 -0
- package/dist/src/common/styles/loading/skeletonLoadingStyle.d.ts +1 -0
- package/dist/src/common/styles/loading/skeletonLoadingStyle.js +28 -0
- package/dist/src/common/styles/theme.js +16 -17
- package/dist/src/common/types/components.d.ts +1 -1
- package/dist/src/common/types/styled-components.d.ts +13 -13
- package/dist/src/common/utils/numberHelper.d.ts +2 -0
- package/dist/src/common/utils/numberHelper.js +11 -0
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +8 -4
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/AdminList.js +7 -4
- package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
- package/dist/src/desktop/components/AdminList/HeaderRow.js +2 -2
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +4 -3
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +30 -6
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.d.ts +1 -1
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.js +7 -3
- package/dist/src/desktop/components/BasicList/BasicList.d.ts +2 -1
- package/dist/src/desktop/components/BasicList/BasicList.js +4 -4
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +5 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +58 -22
- package/dist/src/desktop/components/Card/Card.d.ts +2 -2
- package/dist/src/desktop/components/Card/Card.js +2 -2
- package/dist/src/desktop/components/ChatList/Body.d.ts +1 -1
- package/dist/src/desktop/components/ChatList/Body.js +2 -1
- package/dist/src/desktop/components/ChatList/ChatList.d.ts +2 -1
- package/dist/src/desktop/components/ChatList/ChatList.js +8 -8
- package/dist/src/desktop/components/ChatList/ChatTextField.d.ts +2 -2
- package/dist/src/desktop/components/ChatList/ChatTextField.js +2 -2
- package/dist/src/desktop/components/ChatList/Footer.d.ts +2 -2
- package/dist/src/desktop/components/ChatList/Footer.js +2 -2
- package/dist/src/desktop/components/ChatList/Header.d.ts +2 -2
- package/dist/src/desktop/components/ChatList/Header.js +5 -5
- package/dist/src/desktop/components/Chip/Chip.d.ts +7 -5
- package/dist/src/desktop/components/Chip/Chip.js +16 -17
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.d.ts +3 -3
- package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.d.ts +4 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.js +28 -11
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/PrimaryMenu.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.d.ts +4 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/blocks/UserProfile.js +8 -4
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/InternalLinkMenuItemNav.js +4 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/utils.d.ts +1 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/utils.js +19 -0
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +1 -1
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.d.ts +3 -3
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +4 -4
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.d.ts +18 -0
- package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +154 -0
- package/dist/src/desktop/components/LottieReactionButton/index.d.ts +1 -0
- package/dist/src/desktop/components/LottieReactionButton/index.js +8 -0
- package/dist/src/desktop/components/MainButton/MainButton.d.ts +6 -4
- package/dist/src/desktop/components/MainButton/MainButton.js +47 -15
- package/dist/src/desktop/components/ReactionButton/ReactionButton.d.ts +4 -4
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +10 -20
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +2 -2
- package/dist/src/desktop/components/TextButton/TextButton.js +2 -2
- package/dist/src/desktop/components/TextField/TextField.d.ts +1 -1
- package/dist/src/desktop/components/TextField/TextField.js +81 -31
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +1 -0
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +3 -1
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +72 -31
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +1 -0
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
- package/dist/src/desktop/components/index.d.ts +2 -1
- package/dist/src/desktop/components/index.js +3 -1
- package/dist/src/desktop/index.d.ts +4 -4
- package/dist/src/desktop/index.js +6 -2
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +24 -24
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +8 -6
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +4 -3
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +4 -3
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +6 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +6 -7
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +4 -4
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +6 -7
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +3 -3
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +19 -18
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +4 -4
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +5 -5
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +6 -7
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +6 -7
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +12 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +80 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +44 -43
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +5 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +48 -13
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +4 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +4 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +4 -3
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +6 -7
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -2
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +6 -2
- package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.d.ts +57 -0
- package/dist/src/desktop/panels/AnnotationSheet/AnnotationSheet.js +134 -0
- package/dist/src/desktop/panels/AnnotationSheet/index.d.ts +1 -0
- package/dist/src/desktop/panels/AnnotationSheet/index.js +8 -0
- package/dist/src/desktop/panels/ContentSheet/ContentSheet.d.ts +60 -0
- package/dist/src/desktop/panels/ContentSheet/ContentSheet.js +142 -0
- package/dist/src/desktop/panels/ContentSheet/index.d.ts +1 -0
- package/dist/src/desktop/panels/ContentSheet/index.js +8 -0
- package/dist/src/desktop/panels/SectionSheet/SectionSheet.d.ts +57 -0
- package/dist/src/desktop/panels/SectionSheet/SectionSheet.js +134 -0
- package/dist/src/desktop/panels/SectionSheet/index.d.ts +1 -0
- package/dist/src/desktop/panels/SectionSheet/index.js +8 -0
- package/dist/src/desktop/panels/index.d.ts +4 -1
- package/dist/src/desktop/panels/index.js +7 -1
- package/dist/src/hybrid/components/Divider/Divider.d.ts +1 -1
- package/dist/src/hybrid/components/Divider/Divider.js +17 -4
- package/dist/src/hybrid/components/Icon/Icon.js +2 -1
- package/dist/src/hybrid/components/ImageView/ImageView.d.ts +3 -2
- package/dist/src/hybrid/components/ImageView/ImageView.js +38 -4
- package/dist/src/hybrid/components/LinearProgress/LinearProgress.d.ts +6 -0
- package/dist/src/hybrid/components/LinearProgress/LinearProgress.js +29 -0
- package/dist/src/hybrid/components/LinearProgress/index.d.ts +1 -0
- package/dist/src/hybrid/components/LinearProgress/index.js +8 -0
- package/dist/src/hybrid/components/LottieIcon/LottieIcon.d.ts +13 -0
- package/dist/src/hybrid/components/LottieIcon/LottieIcon.js +34 -0
- package/dist/src/hybrid/components/LottieIcon/index.d.ts +1 -0
- package/dist/src/hybrid/components/LottieIcon/index.js +8 -0
- package/dist/src/hybrid/components/index.d.ts +3 -1
- package/dist/src/hybrid/components/index.js +5 -1
- package/dist/src/hybrid/index.d.ts +2 -2
- package/dist/src/hybrid/index.js +3 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +8 -4
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.d.ts +1 -1
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.js +7 -3
- package/dist/src/mobile/components/BasicList/BasicList.d.ts +2 -1
- package/dist/src/mobile/components/BasicList/BasicList.js +4 -4
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +58 -22
- package/dist/src/mobile/components/Card/Card.d.ts +2 -2
- package/dist/src/mobile/components/Card/Card.js +2 -2
- package/dist/src/mobile/components/ChatList/Body.d.ts +1 -1
- package/dist/src/mobile/components/ChatList/Body.js +2 -1
- package/dist/src/mobile/components/ChatList/ChatList.d.ts +2 -1
- package/dist/src/mobile/components/ChatList/ChatList.js +8 -8
- package/dist/src/mobile/components/ChatList/ChatTextField.d.ts +2 -2
- package/dist/src/mobile/components/ChatList/ChatTextField.js +2 -2
- package/dist/src/mobile/components/ChatList/Footer.d.ts +2 -2
- package/dist/src/mobile/components/ChatList/Footer.js +2 -2
- package/dist/src/mobile/components/ChatList/Header.d.ts +2 -2
- package/dist/src/mobile/components/ChatList/Header.js +5 -5
- package/dist/src/mobile/components/Chip/Chip.d.ts +7 -5
- package/dist/src/mobile/components/Chip/Chip.js +16 -17
- package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.d.ts +16 -0
- package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +89 -0
- package/dist/src/mobile/components/FloatingActionButton/index.d.ts +1 -0
- package/dist/src/mobile/components/FloatingActionButton/index.js +8 -0
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.d.ts +20 -0
- package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +157 -0
- package/dist/src/mobile/components/LottieReactionButton/index.d.ts +1 -0
- package/dist/src/mobile/components/LottieReactionButton/index.js +8 -0
- package/dist/src/mobile/components/MainButton/MainButton.d.ts +6 -4
- package/dist/src/mobile/components/MainButton/MainButton.js +46 -15
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.d.ts +3 -3
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.d.ts +4 -4
- package/dist/src/mobile/components/MobileHeaderBar/MobileHeaderBar.js +6 -6
- package/dist/src/mobile/components/ReactionButton/ReactionButton.d.ts +4 -4
- package/dist/src/mobile/components/ReactionButton/ReactionButton.js +10 -20
- package/dist/src/mobile/components/TextButton/TextButton.d.ts +2 -2
- package/dist/src/mobile/components/TextButton/TextButton.js +2 -2
- package/dist/src/mobile/components/TextField/TextField.d.ts +1 -1
- package/dist/src/mobile/components/TextField/TextField.js +81 -31
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +1 -0
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +3 -1
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +58 -21
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +1 -0
- package/dist/src/mobile/components/index.d.ts +3 -1
- package/dist/src/mobile/components/index.js +5 -1
- package/dist/src/mobile/index.d.ts +4 -4
- package/dist/src/mobile/index.js +6 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +4 -4
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +6 -7
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +4 -4
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +4 -4
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +6 -7
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +4 -4
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +4 -4
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +6 -7
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +4 -4
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +6 -7
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMP/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +11 -11
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +6 -7
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +6 -7
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +2 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +4 -4
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +3 -1
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
- package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.d.ts +56 -0
- package/dist/src/mobile/panels/AnnotationSheet/AnnotationSheet.js +131 -0
- package/dist/src/mobile/panels/AnnotationSheet/index.d.ts +1 -0
- package/dist/src/mobile/panels/AnnotationSheet/index.js +8 -0
- package/dist/src/mobile/panels/ContentSheet/ContentSheet.d.ts +59 -0
- package/dist/src/mobile/panels/ContentSheet/ContentSheet.js +139 -0
- package/dist/src/mobile/panels/ContentSheet/index.d.ts +1 -0
- package/dist/src/mobile/panels/ContentSheet/index.js +8 -0
- package/dist/src/mobile/panels/SectionSheet/SectionSheet.d.ts +56 -0
- package/dist/src/mobile/panels/SectionSheet/SectionSheet.js +131 -0
- package/dist/src/mobile/panels/SectionSheet/index.d.ts +1 -0
- package/dist/src/mobile/panels/SectionSheet/index.js +8 -0
- package/dist/src/mobile/panels/index.d.ts +4 -1
- package/dist/src/mobile/panels/index.js +7 -1
- package/package.json +2 -1
- package/release-note.md +9 -4
|
@@ -23,6 +23,7 @@ var BookingCompleted_1 = __importDefault(require("./BookingCompleted"));
|
|
|
23
23
|
var BookingHistory_1 = __importDefault(require("./BookingHistory"));
|
|
24
24
|
var BookingPapp_1 = __importDefault(require("./BookingPapp"));
|
|
25
25
|
var BookingTicket_1 = __importDefault(require("./BookingTicket"));
|
|
26
|
+
var Bookmark_1 = __importDefault(require("./Bookmark"));
|
|
26
27
|
var Business_1 = __importDefault(require("./Business"));
|
|
27
28
|
var Call_1 = __importDefault(require("./Call"));
|
|
28
29
|
var Camera_1 = __importDefault(require("./Camera"));
|
|
@@ -51,6 +52,7 @@ var EyeClose_1 = __importDefault(require("./EyeClose"));
|
|
|
51
52
|
var Filter_1 = __importDefault(require("./Filter"));
|
|
52
53
|
var Folder_1 = __importDefault(require("./Folder"));
|
|
53
54
|
var Ghost_1 = __importDefault(require("./Ghost"));
|
|
55
|
+
var HeartCare_1 = __importDefault(require("./HeartCare"));
|
|
54
56
|
var Home_1 = __importDefault(require("./Home"));
|
|
55
57
|
var Information_1 = __importDefault(require("./Information"));
|
|
56
58
|
var Internal_1 = __importDefault(require("./Internal"));
|
|
@@ -80,9 +82,11 @@ var PaymentOnetime_1 = __importDefault(require("./PaymentOnetime"));
|
|
|
80
82
|
var PaymentRegularly_1 = __importDefault(require("./PaymentRegularly"));
|
|
81
83
|
var PaymentSetting_1 = __importDefault(require("./PaymentSetting"));
|
|
82
84
|
var Photo_1 = __importDefault(require("./Photo"));
|
|
85
|
+
var PhotoMultiple_1 = __importDefault(require("./PhotoMultiple"));
|
|
83
86
|
var Plan_1 = __importDefault(require("./Plan"));
|
|
84
87
|
var Plus_1 = __importDefault(require("./Plus"));
|
|
85
88
|
var PlusCircle_1 = __importDefault(require("./PlusCircle"));
|
|
89
|
+
var PostArticle_1 = __importDefault(require("./PostArticle"));
|
|
86
90
|
var PostBlog_1 = __importDefault(require("./PostBlog"));
|
|
87
91
|
var PostColumn_1 = __importDefault(require("./PostColumn"));
|
|
88
92
|
var PostCommunityP_1 = __importDefault(require("./PostCommunityP"));
|
|
@@ -131,6 +135,7 @@ var ToggleDown_1 = __importDefault(require("./ToggleDown"));
|
|
|
131
135
|
var ToggleUp_1 = __importDefault(require("./ToggleUp"));
|
|
132
136
|
var Trashcan_1 = __importDefault(require("./Trashcan"));
|
|
133
137
|
var Unavailable_1 = __importDefault(require("./Unavailable"));
|
|
138
|
+
var Unlock_1 = __importDefault(require("./Unlock"));
|
|
134
139
|
var Upload_1 = __importDefault(require("./Upload"));
|
|
135
140
|
var Video_1 = __importDefault(require("./Video"));
|
|
136
141
|
var Videocall_1 = __importDefault(require("./Videocall"));
|
|
@@ -145,6 +150,7 @@ var Vod_1 = __importDefault(require("./Vod"));
|
|
|
145
150
|
var VodClass_1 = __importDefault(require("./VodClass"));
|
|
146
151
|
var Vodplus_1 = __importDefault(require("./Vodplus"));
|
|
147
152
|
var Vods_1 = __importDefault(require("./Vods"));
|
|
153
|
+
var VodShorts_1 = __importDefault(require("./VodShorts"));
|
|
148
154
|
var Warning_1 = __importDefault(require("./Warning"));
|
|
149
155
|
var Weblink_1 = __importDefault(require("./Weblink"));
|
|
150
156
|
var Xmark_1 = __importDefault(require("./Xmark"));
|
|
@@ -169,6 +175,7 @@ var lineIcons = {
|
|
|
169
175
|
ic_booking_history: BookingHistory_1.default,
|
|
170
176
|
ic_booking_papp: BookingPapp_1.default,
|
|
171
177
|
ic_booking_ticket: BookingTicket_1.default,
|
|
178
|
+
ic_bookmark: Bookmark_1.default,
|
|
172
179
|
ic_business: Business_1.default,
|
|
173
180
|
ic_call: Call_1.default,
|
|
174
181
|
ic_camera: Camera_1.default,
|
|
@@ -197,6 +204,7 @@ var lineIcons = {
|
|
|
197
204
|
ic_filter: Filter_1.default,
|
|
198
205
|
ic_folder: Folder_1.default,
|
|
199
206
|
ic_ghost: Ghost_1.default,
|
|
207
|
+
ic_heart_care: HeartCare_1.default,
|
|
200
208
|
ic_home: Home_1.default,
|
|
201
209
|
ic_information: Information_1.default,
|
|
202
210
|
ic_internal: Internal_1.default,
|
|
@@ -226,9 +234,11 @@ var lineIcons = {
|
|
|
226
234
|
ic_payment_regularly: PaymentRegularly_1.default,
|
|
227
235
|
ic_payment_setting: PaymentSetting_1.default,
|
|
228
236
|
ic_photo: Photo_1.default,
|
|
237
|
+
ic_photo_multiple: PhotoMultiple_1.default,
|
|
229
238
|
ic_plan: Plan_1.default,
|
|
230
239
|
ic_plus: Plus_1.default,
|
|
231
240
|
ic_plus_circle: PlusCircle_1.default,
|
|
241
|
+
ic_post_article: PostArticle_1.default,
|
|
232
242
|
ic_post_blog: PostBlog_1.default,
|
|
233
243
|
ic_post_column: PostColumn_1.default,
|
|
234
244
|
ic_post_community_p: PostCommunityP_1.default,
|
|
@@ -277,6 +287,7 @@ var lineIcons = {
|
|
|
277
287
|
ic_toggle_up: ToggleUp_1.default,
|
|
278
288
|
ic_trashcan: Trashcan_1.default,
|
|
279
289
|
ic_unavailable: Unavailable_1.default,
|
|
290
|
+
ic_unlock: Unlock_1.default,
|
|
280
291
|
ic_upload: Upload_1.default,
|
|
281
292
|
ic_video: Video_1.default,
|
|
282
293
|
ic_videocall: Videocall_1.default,
|
|
@@ -291,6 +302,7 @@ var lineIcons = {
|
|
|
291
302
|
ic_vodclass: VodClass_1.default,
|
|
292
303
|
ic_vodplus: Vodplus_1.default,
|
|
293
304
|
ic_vods: Vods_1.default,
|
|
305
|
+
ic_vod_shorts: VodShorts_1.default,
|
|
294
306
|
ic_warning: Warning_1.default,
|
|
295
307
|
ic_weblink: Weblink_1.default,
|
|
296
308
|
ic_xmark: Xmark_1.default
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "v": "4.8.0", "meta": { "g": "LottieFiles AE 3.0.2", "a": "", "k": "", "d": "", "tc": "" }, "fr": 30, "ip": 0, "op": 30, "w": 72, "h": 72, "nm": "[Final] Confetti_4_시간 편집용", "ddd": 0, "assets": [{ "id": "comp_0", "layers": [{ "ddd": 0, "ind": 1, "ty": 0, "nm": "스트라이프", "td": 1, "refId": "comp_1", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 134.306, "ix": 10 }, "p": { "a": 0, "k": [8.564, 61.771, 0], "ix": 2 }, "a": { "a": 0, "k": [90.125, 50.3, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.19, 0.19, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.349, 0.349, 0.333], "y": [0, 0, 0] }, "t": 0, "s": [37.643, -52.681, 100] }, { "i": { "x": [0.027, 0.027, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, "t": 4, "s": [16.921, -23.681, 100] }, { "t": 7, "s": [39.072, -54.681, 100] }], "ix": 6 } }, "ao": 0, "ef": [{ "ty": 21, "nm": "Fill", "np": 9, "mn": "ADBE Fill", "ix": 1, "en": 1, "ef": [{ "ty": 10, "nm": "Fill Mask", "mn": "ADBE Fill-0001", "ix": 1, "v": { "a": 0, "k": 0, "ix": 1 } }, { "ty": 7, "nm": "All Masks", "mn": "ADBE Fill-0007", "ix": 2, "v": { "a": 0, "k": 0, "ix": 2 } }, { "ty": 2, "nm": "Color", "mn": "ADBE Fill-0002", "ix": 3, "v": { "a": 0, "k": [0.186544343829, 0.542831540108, 0.904975175858, 1], "ix": 3 } }, { "ty": 7, "nm": "Invert", "mn": "ADBE Fill-0006", "ix": 4, "v": { "a": 0, "k": 0, "ix": 4 } }, { "ty": 0, "nm": "Horizontal Feather", "mn": "ADBE Fill-0003", "ix": 5, "v": { "a": 0, "k": 0, "ix": 5 } }, { "ty": 0, "nm": "Vertical Feather", "mn": "ADBE Fill-0004", "ix": 6, "v": { "a": 0, "k": 0, "ix": 6 } }, { "ty": 0, "nm": "Opacity", "mn": "ADBE Fill-0005", "ix": 7, "v": { "a": 0, "k": 1, "ix": 7 } }] }], "w": 100, "h": 100, "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Confetti 꼬깔", "tt": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [9.937, 61.618, 0], "ix": 2 }, "a": { "a": 0, "k": [0.335, 30.45, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, "t": 0, "s": [221.3, 221.3, 100] }, { "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] }, "t": 4, "s": [199.17, 199.17, 100] }, { "t": 7, "s": [221.3, 221.3, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 1, "k": [{ "i": { "x": 0.528, "y": 1 }, "o": { "x": 1, "y": 0 }, "t": 0, "s": [{ "i": [[-0.613, 0.229], [0, 0], [0.392, 0.393], [0, 0], [0.194, -0.52], [0, 0]], "o": [[0, 0], [0.52, -0.195], [0, 0], [-0.393, -0.393], [0, 0], [-0.228, 0.613]], "v": [[-4.964, 5.945], [5.508, 2.035], [5.781, 0.78], [-0.781, -5.781], [-2.035, -5.509], [-5.945, 4.963]], "c": true }] }, { "i": { "x": 0.133, "y": 1 }, "o": { "x": 0.925, "y": 0 }, "t": 4, "s": [{ "i": [[0, 0], [-2.628, 2.897], [0, 0], [0, 0], [0.665, -0.871], [0, 0]], "o": [[0, 0], [0.497, -0.915], [0, 0], [0, 0], [-2.71, 3.066], [0, 0]], "v": [[-4.964, 5.945], [0.295, 6.436], [0.568, 5.181], [-4.807, -0.255], [-6.061, 0.018], [-5.945, 4.963]], "c": true }] }, { "t": 7, "s": [{ "i": [[-0.613, 0.229], [0, 0], [0.392, 0.393], [0, 0], [0.194, -0.52], [0, 0]], "o": [[0, 0], [0.52, -0.195], [0, 0], [-0.393, -0.393], [0, 0], [-0.228, 0.613]], "v": [[-4.964, 5.945], [5.508, 2.035], [5.781, 0.78], [-0.781, -5.781], [-2.035, -5.509], [-5.945, 4.963]], "c": true }] }], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "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": [6.423, 24.255], "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": "confetti", "np": 2, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "별팡 등장 영역", "td": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [36, 36, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 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], [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], [0, 0]], "v": [[36.833, -37.5], [-36.5, -37.5], [-17.5, -0.333], [-15.333, -0.333], [-0.167, 15.333], [36.667, 36.333], [36.833, 0.833]], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.937054323683, 0.018586691688, 0.018586691688, 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": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 0, "nm": "별팡", "tt": 1, "refId": "comp_2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [36, 36, 0], "ix": 2 }, "a": { "a": 0, "k": [36, 36, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "w": 72, "h": 72, "ip": 0, "op": 30, "st": 0, "bm": 0 }] }, { "id": "comp_1", "layers": [{ "ddd": 0, "ind": 1, "ty": 1, "nm": "Medium Royal Blue Solid 1", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [16.85, 58.5, 0], "ix": 2 }, "a": { "a": 0, "k": [50, 50, 0], "ix": 1 }, "s": { "a": 0, "k": [31.36, 317, 100], "ix": 6 } }, "ao": 0, "ef": [{ "ty": 21, "nm": "Fill", "np": 9, "mn": "ADBE Fill", "ix": 1, "en": 1, "ef": [{ "ty": 10, "nm": "Fill Mask", "mn": "ADBE Fill-0001", "ix": 1, "v": { "a": 0, "k": 0, "ix": 1 } }, { "ty": 7, "nm": "All Masks", "mn": "ADBE Fill-0007", "ix": 2, "v": { "a": 0, "k": 0, "ix": 2 } }, { "ty": 2, "nm": "Color", "mn": "ADBE Fill-0002", "ix": 3, "v": { "a": 0, "k": [1, 0.253904819489, 0.253904819489, 1], "ix": 3 } }, { "ty": 7, "nm": "Invert", "mn": "ADBE Fill-0006", "ix": 4, "v": { "a": 0, "k": 0, "ix": 4 } }, { "ty": 0, "nm": "Horizontal Feather", "mn": "ADBE Fill-0003", "ix": 5, "v": { "a": 0, "k": 0, "ix": 5 } }, { "ty": 0, "nm": "Vertical Feather", "mn": "ADBE Fill-0004", "ix": 6, "v": { "a": 0, "k": 0, "ix": 6 } }, { "ty": 0, "nm": "Opacity", "mn": "ADBE Fill-0005", "ix": 7, "v": { "a": 0, "k": 1, "ix": 7 } }] }], "sw": 100, "sh": 100, "sc": "#aedeff", "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 1, "nm": "Medium Royal Blue Solid 1", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [84.85, 58.5, 0], "ix": 2 }, "a": { "a": 0, "k": [50, 50, 0], "ix": 1 }, "s": { "a": 0, "k": [25.36, 317, 100], "ix": 6 } }, "ao": 0, "ef": [{ "ty": 21, "nm": "Fill", "np": 9, "mn": "ADBE Fill", "ix": 1, "en": 1, "ef": [{ "ty": 10, "nm": "Fill Mask", "mn": "ADBE Fill-0001", "ix": 1, "v": { "a": 0, "k": 0, "ix": 1 } }, { "ty": 7, "nm": "All Masks", "mn": "ADBE Fill-0007", "ix": 2, "v": { "a": 0, "k": 0, "ix": 2 } }, { "ty": 2, "nm": "Color", "mn": "ADBE Fill-0002", "ix": 3, "v": { "a": 0, "k": [1, 0.253904819489, 0.253904819489, 1], "ix": 3 } }, { "ty": 7, "nm": "Invert", "mn": "ADBE Fill-0006", "ix": 4, "v": { "a": 0, "k": 0, "ix": 4 } }, { "ty": 0, "nm": "Horizontal Feather", "mn": "ADBE Fill-0003", "ix": 5, "v": { "a": 0, "k": 0, "ix": 5 } }, { "ty": 0, "nm": "Vertical Feather", "mn": "ADBE Fill-0004", "ix": 6, "v": { "a": 0, "k": 0, "ix": 6 } }, { "ty": 0, "nm": "Opacity", "mn": "ADBE Fill-0005", "ix": 7, "v": { "a": 0, "k": 1, "ix": 7 } }] }], "sw": 100, "sh": 100, "sc": "#aedeff", "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 1, "nm": "Medium Royal Blue Solid 1", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [52.767, 50.5, 0], "ix": 2 }, "a": { "a": 0, "k": [50, 50, 0], "ix": 1 }, "s": { "a": 0, "k": [20.36, 254.5, 100], "ix": 6 } }, "ao": 0, "ef": [{ "ty": 21, "nm": "Fill", "np": 9, "mn": "ADBE Fill", "ix": 1, "en": 1, "ef": [{ "ty": 10, "nm": "Fill Mask", "mn": "ADBE Fill-0001", "ix": 1, "v": { "a": 0, "k": 0, "ix": 1 } }, { "ty": 7, "nm": "All Masks", "mn": "ADBE Fill-0007", "ix": 2, "v": { "a": 0, "k": 0, "ix": 2 } }, { "ty": 2, "nm": "Color", "mn": "ADBE Fill-0002", "ix": 3, "v": { "a": 0, "k": [1, 0.253904819489, 0.253904819489, 1], "ix": 3 } }, { "ty": 7, "nm": "Invert", "mn": "ADBE Fill-0006", "ix": 4, "v": { "a": 0, "k": 0, "ix": 4 } }, { "ty": 0, "nm": "Horizontal Feather", "mn": "ADBE Fill-0003", "ix": 5, "v": { "a": 0, "k": 0, "ix": 5 } }, { "ty": 0, "nm": "Vertical Feather", "mn": "ADBE Fill-0004", "ix": 6, "v": { "a": 0, "k": 0, "ix": 6 } }, { "ty": 0, "nm": "Opacity", "mn": "ADBE Fill-0005", "ix": 7, "v": { "a": 0, "k": 1, "ix": 7 } }] }], "sw": 100, "sh": 100, "sc": "#aedeff", "ip": 0, "op": 30, "st": 0, "bm": 0 }] }, { "id": "comp_2", "layers": [{ "ddd": 0, "ind": 1, "ty": 4, "nm": "1", "sr": 1, "ks": { "o": { "a": 0, "k": 70, "ix": 11 }, "r": { "a": 1, "k": [{ "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.68], "y": [0] }, "t": 5, "s": [403] }, { "t": 23, "s": [60] }], "ix": 10 }, "p": { "a": 1, "k": [{ "i": { "x": 0, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "t": 7, "s": [22.405, 36.81, 0], "to": [1.556, -5.25, 0], "ti": [4.111, 0.75, 0] }, { "t": 21, "s": [17.238, 26.31, 0] }], "ix": 2 }, "a": { "a": 0, "k": [-13.714, -14.38, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.355, 0.355, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.204, 0.204, 0.333], "y": [0, 0, 0] }, "t": 4, "s": [0, 0, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 11, "s": [47.572, 47.572, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 25, "s": [47.572, 47.572, 100] }, { "t": 27, "s": [0, 0, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "sr", "sy": 1, "d": 1, "pt": { "a": 0, "k": 3, "ix": 3 }, "p": { "a": 0, "k": [0, 0], "ix": 4 }, "r": { "a": 0, "k": 0, "ix": 5 }, "ir": { "a": 0, "k": 6, "ix": 6 }, "is": { "a": 0, "k": 0, "ix": 8 }, "or": { "a": 0, "k": 9, "ix": 7 }, "os": { "a": 0, "k": 49, "ix": 9 }, "ix": 1, "nm": "Polystar Path 1", "mn": "ADBE Vector Shape - Star", "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": [-13.714, -13.286], "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": "Polystar 1", "np": 3, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 4, "op": 37, "st": 3, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "5", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [{ "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.754], "y": [0] }, "t": 5, "s": [-230] }, { "t": 27, "s": [23] }], "ix": 10 }, "p": { "a": 1, "k": [{ "i": { "x": 0.105, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "t": 7, "s": [34.316, 47.763, 0], "to": [4.194, -0.694, 0], "ti": [-2.028, -2.139, 0] }, { "t": 19, "s": [46.483, 52.596, 0] }], "ix": 2 }, "a": { "a": 0, "k": [-13.714, -14.38, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.381, 0.381, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.271, 0.271, 0.333], "y": [0, 0, 0] }, "t": 4, "s": [0, 0, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 11, "s": [47.572, 47.572, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 25, "s": [47.572, 47.572, 100] }, { "t": 27, "s": [0, 0, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "sr", "sy": 1, "d": 1, "pt": { "a": 0, "k": 3, "ix": 3 }, "p": { "a": 0, "k": [0, 0], "ix": 4 }, "r": { "a": 0, "k": 0, "ix": 5 }, "ir": { "a": 0, "k": 6, "ix": 6 }, "is": { "a": 0, "k": 0, "ix": 8 }, "or": { "a": 0, "k": 9, "ix": 7 }, "os": { "a": 0, "k": 49, "ix": 9 }, "ix": 1, "nm": "Polystar Path 1", "mn": "ADBE Vector Shape - Star", "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": [-13.714, -13.286], "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": "Polystar 1", "np": 3, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 5, "op": 37, "st": 3, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "4", "sr": 1, "ks": { "o": { "a": 0, "k": 70, "ix": 11 }, "r": { "a": 1, "k": [{ "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.68], "y": [0] }, "t": 7, "s": [394] }, { "t": 27, "s": [109] }], "ix": 10 }, "p": { "a": 1, "k": [{ "i": { "x": 0.105, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "t": 7, "s": [30.578, 42.572, 0], "to": [13.278, -4.722, 0], "ti": [-0.694, -5.028, 0] }, { "t": 25, "s": [58.745, 49.739, 0] }], "ix": 2 }, "a": { "a": 0, "k": [-13.714, -14.38, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, "o": { "x": [1, 1, 0.333], "y": [0, 0, 0] }, "t": 5, "s": [0, 0, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 10, "s": [43.572, 43.572, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 25, "s": [43.572, 43.572, 100] }, { "t": 27, "s": [0, 0, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "sr", "sy": 1, "d": 1, "pt": { "a": 0, "k": 4, "ix": 3 }, "p": { "a": 0, "k": [0, 0], "ix": 4 }, "r": { "a": 0, "k": 0, "ix": 5 }, "ir": { "a": 0, "k": 14.73, "ix": 6 }, "is": { "a": 0, "k": 6, "ix": 8 }, "or": { "a": 0, "k": 11.46, "ix": 7 }, "os": { "a": 0, "k": 136, "ix": 9 }, "ix": 1, "nm": "Polystar Path 1", "mn": "ADBE Vector Shape - Star", "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": [-13.714, -13.286], "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": "Polystar 1", "np": 3, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 5, "op": 37, "st": 7, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "2", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [{ "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.661], "y": [0] }, "t": 7, "s": [-22] }, { "t": 27, "s": [166] }], "ix": 10 }, "p": { "a": 1, "k": [{ "i": { "x": 0.105, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "t": 7, "s": [18.786, 44.334, 0], "to": [4.75, -3.194, 0], "ti": [11.917, 4.194, 0] }, { "t": 21, "s": [21.786, 14.334, 0] }], "ix": 2 }, "a": { "a": 0, "k": [-13.714, -14.38, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.381, 0.381, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.271, 0.271, 0.333], "y": [0, 0, 0] }, "t": 5, "s": [0, 0, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 14, "s": [43.572, 43.572, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 25, "s": [43.572, 43.572, 100] }, { "t": 27, "s": [0, 0, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "sr", "sy": 1, "d": 1, "pt": { "a": 0, "k": 4, "ix": 3 }, "p": { "a": 0, "k": [0, 0], "ix": 4 }, "r": { "a": 0, "k": 0, "ix": 5 }, "ir": { "a": 0, "k": 14.73, "ix": 6 }, "is": { "a": 0, "k": 6, "ix": 8 }, "or": { "a": 0, "k": 11.46, "ix": 7 }, "os": { "a": 0, "k": 136, "ix": 9 }, "ix": 1, "nm": "Polystar Path 1", "mn": "ADBE Vector Shape - Star", "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": [-13.714, -13.286], "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": "Polystar 1", "np": 3, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 5, "op": 41, "st": 7, "bm": 0 }, { "ddd": 0, "ind": 5, "ty": 4, "nm": "6", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [{ "i": { "x": [0.833], "y": [0.833] }, "o": { "x": [0.795], "y": [0] }, "t": 7, "s": [-67] }, { "t": 25, "s": [22] }], "ix": 10 }, "p": { "a": 1, "k": [{ "i": { "x": 0.105, "y": 1 }, "o": { "x": 0.167, "y": 0.167 }, "t": 7, "s": [19.05, 52.726, 0], "to": [4.559, -4.713, 0], "ti": [-12.5, 12.528, 0] }, { "t": 23, "s": [46.405, 24.45, 0] }], "ix": 2 }, "a": { "a": 0, "k": [-13.714, -14.297, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.239, 0.239, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.416, 0.416, 0.333], "y": [0, 0, 0] }, "t": 5, "s": [0, 0, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 14, "s": [149.572, 149.572, 100] }, { "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 25, "s": [149.572, 149.572, 100] }, { "t": 27, "s": [0, 0, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ty": "sr", "sy": 1, "d": 1, "pt": { "a": 0, "k": 5, "ix": 3 }, "p": { "a": 0, "k": [0, 0], "ix": 4 }, "r": { "a": 0, "k": 0, "ix": 5 }, "ir": { "a": 0, "k": 5.73, "ix": 6 }, "is": { "a": 0, "k": -240, "ix": 8 }, "or": { "a": 0, "k": 11.46, "ix": 7 }, "os": { "a": 0, "k": 50, "ix": 9 }, "ix": 1, "nm": "Polystar Path 1", "mn": "ADBE Vector Shape - Star", "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": [-13.714, -13.286], "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": "Polystar 1", "np": 3, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 5, "op": 40, "st": 4, "bm": 0 }] }], "layers": [{ "ddd": 0, "ind": 1, "ty": 0, "nm": "confetti 3 콤프화", "refId": "comp_0", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [36, 36, 0], "ix": 2 }, "a": { "a": 0, "k": [36, 36, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "w": 72, "h": 72, "ip": 0, "op": 5, "st": -25, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 0, "nm": "confetti 3 콤프화", "refId": "comp_0", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [36, 36, 0], "ix": 2 }, "a": { "a": 0, "k": [36, 36, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "w": 72, "h": 72, "ip": 5, "op": 30, "st": 5, "bm": 0 }], "markers": [] }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "v": "4.8.0", "meta": { "g": "LottieFiles AE 3.0.2", "a": "", "k": "", "d": "", "tc": "" }, "fr": 30, "ip": 0, "op": 30, "w": 72, "h": 72, "nm": "[Final] Fire_white", "ddd": 0, "assets": [], "layers": [{ "ddd": 0, "ind": 1, "ty": 3, "nm": "Null 10", "sr": 1, "ks": { "o": { "a": 0, "k": 0, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [35, 62.434, 0], "ix": 2 }, "a": { "a": 0, "k": [-2, 26.434, 0], "ix": 1 }, "s": { "a": 0, "k": [83, 83, 100], "ix": 6 } }, "ao": 0, "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "작은불", "parent": 4, "td": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 13.675, 0], "ix": 2 }, "a": { "a": 0, "k": [13.393, 26.088, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.599, 0.599, 0.333], "y": [0, 0, 0] }, "t": 0, "s": [53, 60, 100] }, { "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 14, "s": [51, 46.433, 100] }, { "t": 30, "s": [53, 60, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "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": [[-3.644, -4.392], [-1.619, 1.838], [3.148, 2.018], [2.329, 0.078], [1.278, -0.264]], "o": [[3.883, 2.637], [1.565, -1.776], [-1.298, -0.832], [-0.789, 1.313], [-2.182, 0.451]], "v": [[-4.958, 2.266], [7.252, 1.93], [6.782, -4.428], [0.144, -6.384], [-2.012, -4.287]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 1.667, "s": [{ "i": [[-1.273, -1.522], [-1.225, 2.751], [1.265, 1.776], [0.748, 0.324], [1.523, -1.635]], "o": [[1.273, 1.522], [1.225, -2.751], [-1.631, -1.644], [-0.748, 0.324], [-1.523, 1.635]], "v": [[-4.384, 2.05], [5.531, 1.763], [4.741, -4.57], [0.144, -6.384], [-4.161, -2.718]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 3.333, "s": [{ "i": [[-0.982, -1.712], [-1.804, 2.567], [2.486, 0.508], [0.748, 0.324], [1.615, -2.078]], "o": [[0.982, 1.712], [1.804, -2.567], [-1.34, -1.3], [-0.748, 0.324], [-1.616, 2.078]], "v": [[-4.702, 2.145], [5.317, 1.763], [2.19, -3.881], [-0.718, -6.384], [-4.55, -3.358]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 5, "s": [{ "i": [[-1.246, -1.424], [-2.343, 2.508], [-0.712, 2.558], [0.748, 0.324], [1.509, -1.546]], "o": [[1.246, 1.424], [2.343, -2.508], [0.712, -2.558], [-0.748, 0.324], [-1.509, 1.546]], "v": [[-4.384, 2.05], [5.605, 1.978], [4.308, -2.929], [-0.503, -6.168], [-4.452, -3.791]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 6.667, "s": [{ "i": [[-2.477, -2.692], [-1.132, 1.999], [-0.918, 2.401], [0.748, 0.324], [2.077, -1.905]], "o": [[1.501, 1.039], [1.132, -1.999], [0.918, -2.401], [-0.748, 0.324], [-2.077, 1.905]], "v": [[-6.092, 2.624], [4.886, 2.409], [3.877, -2.929], [-0.503, -6.168], [-4.452, -3.791]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 8.333, "s": [{ "i": [[-0.796, -1.8], [-0.9, 2.212], [-2.268, 2.307], [1.157, -0.211], [2.06, -1.777]], "o": [[0.796, 1.8], [0.9, -2.212], [2.268, -2.307], [-1.157, 0.211], [-2.06, 1.777]], "v": [[-5.533, 1.763], [4.527, 2.409], [3.948, -3.073], [0.072, -6.168], [-4.452, -3.791]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 10, "s": [{ "i": [[-1.692, -1.404], [-3.008, 2.632], [-2.345, 1.967], [1.528, -0.081], [1.801, -2.018]], "o": [[1.255, 1.213], [3.008, -2.632], [2.345, -1.967], [-1.528, 0.081], [-1.801, 2.018]], "v": [[-5.533, 1.763], [4.312, 2.409], [4.595, -2.714], [0.862, -6.312], [-4.568, -3.888]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 11.667, "s": [{ "i": [[-0.785, -1.548], [-2.119, 2.773], [0.211, 1.318], [1.416, -0.042], [0.977, -2.54]], "o": [[0.785, 1.548], [2.119, -2.773], [-0.66, -1.791], [-1.416, 0.042], [-0.977, 2.54]], "v": [[-5.533, 1.763], [4.527, 2.05], [5.644, -3.386], [0.862, -6.312], [-3.375, -3.935]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 13.333, "s": [{ "i": [[-0.843, -2.586], [-1.058, 1.744], [0.558, 2.663], [1.489, 0.046], [0.859, -1.678]], "o": [[0.843, 2.586], [1.058, -1.744], [-0.558, -2.663], [-1.489, -0.046], [-0.859, 1.678]], "v": [[-4.527, 1.906], [4.743, 2.05], [5.888, -2.498], [0.862, -6.312], [-3.453, -3.166]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 15, "s": [{ "i": [[-3.644, -4.392], [-1.619, 1.838], [3.148, 2.018], [2.329, 0.078], [1.278, -0.264]], "o": [[3.883, 2.637], [1.565, -1.776], [-1.298, -0.832], [-0.789, 1.313], [-2.182, 0.451]], "v": [[-4.958, 2.266], [7.252, 1.93], [6.782, -4.428], [0.144, -6.384], [-2.012, -4.287]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 16.667, "s": [{ "i": [[-1.273, -1.522], [-1.225, 2.751], [1.265, 1.776], [0.748, 0.324], [1.523, -1.635]], "o": [[1.273, 1.522], [1.225, -2.751], [-1.631, -1.644], [-0.748, 0.324], [-1.523, 1.635]], "v": [[-4.384, 2.05], [5.531, 1.763], [4.741, -4.57], [0.144, -6.384], [-4.161, -2.718]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 18.333, "s": [{ "i": [[-0.982, -1.712], [-1.804, 2.567], [2.486, 0.508], [0.748, 0.324], [1.615, -2.078]], "o": [[0.982, 1.712], [1.804, -2.567], [-1.34, -1.3], [-0.748, 0.324], [-1.616, 2.078]], "v": [[-4.702, 2.145], [5.317, 1.763], [2.19, -3.881], [-0.718, -6.384], [-4.55, -3.358]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 20, "s": [{ "i": [[-1.246, -1.424], [-2.343, 2.508], [-0.712, 2.558], [0.748, 0.324], [1.509, -1.546]], "o": [[1.246, 1.424], [2.343, -2.508], [0.712, -2.558], [-0.748, 0.324], [-1.509, 1.546]], "v": [[-4.384, 2.05], [5.605, 1.978], [4.308, -2.929], [-0.503, -6.168], [-4.452, -3.791]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 21.667, "s": [{ "i": [[-2.477, -2.692], [-1.132, 1.999], [-0.918, 2.401], [0.748, 0.324], [2.077, -1.905]], "o": [[1.501, 1.039], [1.132, -1.999], [0.918, -2.401], [-0.748, 0.324], [-2.077, 1.905]], "v": [[-6.092, 2.624], [4.886, 2.409], [3.877, -2.929], [-0.503, -6.168], [-4.452, -3.791]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 23.333, "s": [{ "i": [[-0.796, -1.8], [-0.9, 2.212], [-2.268, 2.307], [1.157, -0.211], [2.06, -1.777]], "o": [[0.796, 1.8], [0.9, -2.212], [2.268, -2.307], [-1.157, 0.211], [-2.06, 1.777]], "v": [[-5.533, 1.763], [4.527, 2.409], [3.948, -3.073], [0.072, -6.168], [-4.452, -3.791]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 25, "s": [{ "i": [[-1.692, -1.404], [-3.008, 2.632], [-2.345, 1.967], [1.528, -0.081], [1.801, -2.018]], "o": [[1.255, 1.213], [3.008, -2.632], [2.345, -1.967], [-1.528, 0.081], [-1.801, 2.018]], "v": [[-5.533, 1.763], [4.312, 2.409], [4.595, -2.714], [0.862, -6.312], [-4.568, -3.888]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 26.667, "s": [{ "i": [[-0.785, -1.548], [-2.119, 2.773], [0.211, 1.318], [1.416, -0.042], [0.977, -2.54]], "o": [[0.785, 1.548], [2.119, -2.773], [-0.66, -1.791], [-1.416, 0.042], [-0.977, 2.54]], "v": [[-5.533, 1.763], [4.527, 2.05], [5.644, -3.386], [0.862, -6.312], [-3.375, -3.935]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 28.333, "s": [{ "i": [[-0.843, -2.586], [-1.058, 1.744], [0.558, 2.663], [1.489, 0.046], [0.859, -1.678]], "o": [[0.843, 2.586], [1.058, -1.744], [-0.558, -2.663], [-1.489, -0.046], [-0.859, 1.678]], "v": [[-4.527, 1.906], [4.743, 2.05], [5.888, -2.498], [0.862, -6.312], [-3.453, -3.166]], "c": true }] }, { "t": 30, "s": [{ "i": [[-3.644, -4.392], [-1.619, 1.838], [3.148, 2.018], [2.329, 0.078], [1.278, -0.264]], "o": [[3.883, 2.637], [1.565, -1.776], [-1.298, -0.832], [-0.789, 1.313], [-2.182, 0.451]], "v": [[-4.958, 2.266], [7.252, 1.93], [6.782, -4.428], [0.144, -6.384], [-2.012, -4.287]], "c": true }] }], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [1, 0.733014523983, 0.611676156521, 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": [13.393, 26.204], "ix": 2 }, "a": { "a": 0, "k": [0, 3.976], "ix": 1 }, "s": { "a": 0, "k": [145, 145], "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": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "큰불", "parent": 4, "tt": 2, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 12.919, 0], "ix": 2 }, "a": { "a": 0, "k": [13.393, 26.088, 0], "ix": 1 }, "s": { "a": 0, "k": [80, 80, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "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": [[-1.055, 0.032], [-3.257, 2.935], [11.852, 7.652], [0.147, -0.606], [0.899, -1.288], [2.157, 3.739], [1.221, 0.795], [1.553, -4.241], [-0.209, -1.348], [0.676, 1.023], [0.528, 0.627], [-6.216, -6.475]], "o": [[1.055, 0.032], [3.758, -3.386], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.519, -2.635], [-1.221, 0.795], [-1.484, 4.053], [-0.41, -0.875], [-0.536, -0.809], [2.324, 5.063], [3.036, 3.163]], "v": [[0, 12.883], [12.711, 9.815], [10.371, -8.557], [9.931, -6.326], [9.101, -4.549], [5.735, -14.17], [0.469, -19.979], [-7.464, -13.3], [-7.851, -3.378], [-9.931, -6.091], [-14.121, -8.947], [-9.987, 9.773]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 1.5, "s": [{ "i": [[-1.055, 0.032], [-3.257, 2.935], [6.662, 6.194], [0.147, -0.606], [1.141, -0.755], [2.157, 3.739], [0.745, 3.086], [1.087, -4.303], [-0.209, -1.348], [1.157, 0.406], [0.233, 0.782], [-6.836, -5.817]], "o": [[1.055, 0.032], [3.758, -3.386], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.519, -2.635], [-2.356, 0.428], [-1.057, 4.184], [-0.41, -0.875], [-1.124, -0.395], [-1.561, 4.636], [3.29, 2.799]], "v": [[0, 12.883], [12.068, 9.55], [10.614, -8.702], [9.495, -6.52], [8.132, -4.646], [5.83, -13.366], [1.293, -19.591], [-8.263, -12.557], [-8.627, -3.765], [-10.415, -5.878], [-13.034, -9.159], [-9.58, 10.019]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 3, "s": [{ "i": [[-1.055, 0.032], [-3.531, 2.591], [6.551, 6.622], [0.147, -0.606], [1.262, -0.488], [2.071, 3.462], [2.692, 2.416], [3.125, -5.263], [-0.209, -1.348], [0.846, 0.835], [0.474, 0.655], [-5.86, -5.089]], "o": [[1.055, 0.032], [5.513, -3.996], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.493, -2.241], [-2.771, 5.994], [-2.043, 2.578], [-0.41, -0.875], [-0.898, -0.887], [-3.965, 3.931], [3.299, 2.865]], "v": [[0, 12.883], [11.874, 9.865], [10.735, -8.775], [9.187, -6.617], [6.816, -3.609], [6.84, -13.723], [0.811, -19.909], [-7.759, -11.324], [-8.632, -3.065], [-11.041, -5.989], [-12.965, -9.114], [-9.822, 9.619]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 4.5, "s": [{ "i": [[-1.055, 0.032], [-3.24, 2.953], [-0.298, 6.555], [1.1, -2.166], [1.289, -0.429], [1.306, 4.789], [3.501, 1.409], [2.426, -6.365], [-0.209, -1.348], [0.6, 1.07], [0.047, 0.961], [-9.538, -5.34]], "o": [[1.055, 0.032], [4.696, -4.28], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.005, -3.685], [-2.467, 0.957], [-1.031, 2.704], [-0.771, -0.195], [-0.874, -1.559], [-5.197, 2.86], [2.368, 1.326]], "v": [[0, 12.883], [11.128, 9.857], [12.324, -9.025], [9.931, -6.091], [7.148, -3.612], [6.972, -12.44], [1.562, -19.432], [-6.224, -10.845], [-7.909, -2.728], [-10.338, -5.162], [-11.621, -8.947], [-9.964, 11.123]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 6, "s": [{ "i": [[-1.055, 0.032], [-3.372, 2.802], [2.615, 8.426], [0.772, -1.152], [1.289, -0.429], [0.791, 4.9], [5.814, -0.325], [2.188, -3.479], [-0.209, -1.348], [0.676, 1.023], [-0.078, 1.59], [-10.591, -4.288]], "o": [[1.055, 0.032], [3.061, -2.543], [-0.528, 0.627], [-1.025, 1.191], [0.363, -1.252], [-0.243, -1.506], [1.145, 4.526], [-1.541, 2.45], [-0.586, 0.04], [-0.536, -0.809], [-6.394, 0.858], [4.064, 1.645]], "v": [[0, 12.883], [11.128, 10.589], [13.221, -8.344], [11.572, -6.404], [8.242, -4.159], [8.821, -11.338], [-1.328, -19.823], [-6.49, -11.36], [-8.524, -4.945], [-9.686, -5.406], [-10.449, -8.557], [-9.88, 11.779]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 7.5, "s": [{ "i": [[-1.055, 0.032], [-3.449, 5.126], [3.189, 6.781], [0.772, -1.152], [1.54, 0.034], [1.034, 2.897], [4.168, 0.484], [1.006, -4.241], [-0.209, -1.348], [0.676, 1.023], [0.684, 0.844], [-8.951, -4.6]], "o": [[1.055, 0.032], [2.032, -3.02], [-0.346, 1.198], [-1.025, 1.191], [0.237, -2.013], [-1.713, -4.802], [-1.484, 1.642], [-0.668, 2.816], [-0.586, 0.04], [-0.536, -0.809], [-7.788, -1.813], [3.899, 2.004]], "v": [[0, 12.883], [12.103, 7.859], [13.652, -8.869], [12.223, -4.696], [8.789, -3.612], [8.506, -10.22], [-1.562, -19.042], [-5.541, -11.973], [-6.211, -3.69], [-8.681, -5.388], [-10.449, -8.557], [-10.075, 10.664]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 9, "s": [{ "i": [[-1.055, 0.032], [-4.473, 4.812], [6.035, 7.329], [0.772, -1.152], [1.289, -0.429], [1.347, 2.765], [2.958, 5.252], [2.141, -3.796], [-0.209, -1.348], [0.676, 1.023], [0.684, 0.844], [-11.451, -5.929]], "o": [[1.055, 0.032], [2.388, -2.569], [-0.528, 0.627], [-1.025, 1.191], [0.209, -1.348], [-0.771, -1.584], [-1.328, 1.329], [-2.151, 3.815], [-0.586, 0.04], [-0.536, -0.809], [-3.028, -0.671], [3.893, 2.016]], "v": [[0, 12.883], [13.205, 8.434], [13.34, -8.635], [11.572, -6.091], [8.789, -3.612], [7.925, -10.102], [-1.25, -19.51], [-6.865, -12.378], [-6.211, -3.69], [-8.681, -5.388], [-10.449, -8.557], [-9.565, 10.794]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 10.5, "s": [{ "i": [[-1.055, 0.032], [-4.271, 4.992], [9.395, 8.422], [0.291, -1.71], [0.899, 0.12], [1.347, 2.765], [2.122, 2.166], [1.006, -4.241], [-0.209, -1.348], [0.676, 1.023], [1.23, 1.001], [-6.625, -5.974]], "o": [[1.055, 0.032], [2.491, -2.912], [0.179, 1.968], [-0.291, 1.196], [0.209, -1.348], [-0.771, -1.584], [-1.328, 1.329], [-0.668, 2.816], [-0.586, 0.04], [-0.536, -0.809], [-3.197, 1.555], [3.256, 2.936]], "v": [[0, 12.883], [11.653, 8.622], [9.799, -9.916], [10.947, -5.076], [8.111, -3.612], [6.821, -12], [-1.25, -19.51], [-7.568, -11.363], [-6.211, -3.69], [-8.681, -5.388], [-12.012, -8.244], [-10.424, 10.716]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 12, "s": [{ "i": [[-1.055, 0.032], [-3.434, 3.007], [11.113, 10.141], [0.772, -1.152], [1.133, 0.04], [1.004, 2.908], [-1.226, 3.771], [1.006, -4.241], [-0.209, -1.348], [0.676, 1.023], [1.23, 1.001], [-8.72, -11.116]], "o": [[1.055, 0.032], [1.813, -1.587], [-0.293, 1.469], [-1.025, 1.191], [0.209, -1.348], [-0.607, -1.76], [-5.071, 1.701], [-0.668, 2.816], [-0.586, 0.04], [-0.536, -0.809], [2.647, 7.664], [2.706, 3.45]], "v": [[0, 12.883], [12.484, 8.743], [10.137, -8.947], [10.115, -4.644], [6.992, -3.846], [6.03, -11.988], [1.719, -19.589], [-9.829, -11.683], [-8.398, -3.612], [-10.712, -5.701], [-13.887, -8.791], [-11.098, 10.58]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 13.5, "s": [{ "i": [[-1.055, 0.032], [-3.257, 2.935], [12.704, 3.529], [0.208, -0.783], [0.422, -0.787], [2.157, 3.739], [-0.569, 3.38], [2.227, -4.429], [-0.209, -1.348], [0.676, 1.023], [0.528, 0.627], [-6.532, -7.102]], "o": [[1.055, 0.032], [3.758, -3.386], [0.068, 0.648], [-0.549, 1.096], [0.209, -1.348], [-1.519, -2.635], [-1.221, 0.795], [-1.939, 3.857], [-0.41, -0.875], [-0.536, -0.809], [2.633, 5.534], [2.968, 3.227]], "v": [[0, 12.883], [13.583, 9.657], [10.371, -8.557], [9.931, -6.326], [8.901, -3.95], [5.281, -13.051], [0.469, -19.979], [-8.32, -12.669], [-7.851, -3.378], [-9.931, -6.091], [-12.49, -7.083], [-10.85, 9.583]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 15, "s": [{ "i": [[-1.055, 0.032], [-3.257, 2.935], [11.852, 7.652], [0.147, -0.606], [0.899, -1.288], [2.157, 3.739], [1.221, 0.795], [1.553, -4.241], [-0.209, -1.348], [0.676, 1.023], [0.528, 0.627], [-6.216, -6.475]], "o": [[1.055, 0.032], [3.758, -3.386], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.519, -2.635], [-1.221, 0.795], [-1.484, 4.053], [-0.41, -0.875], [-0.536, -0.809], [2.324, 5.063], [3.036, 3.163]], "v": [[0, 12.883], [12.711, 9.815], [10.371, -8.557], [9.931, -6.326], [9.101, -4.549], [5.735, -14.17], [0.469, -19.979], [-7.464, -13.3], [-7.851, -3.378], [-9.931, -6.091], [-14.121, -8.947], [-9.987, 9.773]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 16.5, "s": [{ "i": [[-1.055, 0.032], [-3.257, 2.935], [6.662, 6.194], [0.147, -0.606], [1.141, -0.755], [2.157, 3.739], [0.745, 3.086], [1.087, -4.303], [-0.209, -1.348], [1.157, 0.406], [0.233, 0.782], [-6.836, -5.817]], "o": [[1.055, 0.032], [3.758, -3.386], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.519, -2.635], [-2.356, 0.428], [-1.057, 4.184], [-0.41, -0.875], [-1.124, -0.395], [-1.561, 4.636], [3.29, 2.799]], "v": [[0, 12.883], [12.068, 9.55], [10.614, -8.702], [9.495, -6.52], [8.132, -4.646], [5.83, -13.366], [1.293, -19.591], [-8.263, -12.557], [-8.627, -3.765], [-10.415, -5.878], [-13.034, -9.159], [-9.58, 10.019]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 18, "s": [{ "i": [[-1.055, 0.032], [-3.531, 2.591], [6.551, 6.622], [0.147, -0.606], [1.262, -0.488], [2.071, 3.462], [2.692, 2.416], [3.125, -5.263], [-0.209, -1.348], [0.846, 0.835], [0.474, 0.655], [-5.86, -5.089]], "o": [[1.055, 0.032], [5.513, -3.996], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.493, -2.241], [-2.771, 5.994], [-2.043, 2.578], [-0.41, -0.875], [-0.898, -0.887], [-3.965, 3.931], [3.299, 2.865]], "v": [[0, 12.883], [11.874, 9.865], [10.735, -8.775], [9.187, -6.617], [6.816, -3.609], [6.84, -13.723], [0.811, -19.909], [-7.759, -11.324], [-8.632, -3.065], [-11.041, -5.989], [-12.965, -9.114], [-9.822, 9.619]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 19.5, "s": [{ "i": [[-1.055, 0.032], [-3.24, 2.953], [-0.298, 6.555], [1.1, -2.166], [1.289, -0.429], [1.306, 4.789], [3.501, 1.409], [2.426, -6.365], [-0.209, -1.348], [0.6, 1.07], [0.047, 0.961], [-9.538, -5.34]], "o": [[1.055, 0.032], [4.696, -4.28], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.005, -3.685], [-2.467, 0.957], [-1.031, 2.704], [-0.771, -0.195], [-0.874, -1.559], [-5.197, 2.86], [2.368, 1.326]], "v": [[0, 12.883], [11.128, 9.857], [12.324, -9.025], [9.931, -6.091], [7.148, -3.612], [6.972, -12.44], [1.562, -19.432], [-6.224, -10.845], [-7.909, -2.728], [-10.338, -5.162], [-11.621, -8.947], [-9.964, 11.123]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 21, "s": [{ "i": [[-1.055, 0.032], [-3.372, 2.802], [2.615, 8.426], [0.772, -1.152], [1.289, -0.429], [0.791, 4.9], [5.814, -0.325], [2.188, -3.479], [-0.209, -1.348], [0.676, 1.023], [-0.078, 1.59], [-10.591, -4.288]], "o": [[1.055, 0.032], [3.061, -2.543], [-0.528, 0.627], [-1.025, 1.191], [0.363, -1.252], [-0.243, -1.506], [1.145, 4.526], [-1.541, 2.45], [-0.586, 0.04], [-0.536, -0.809], [-6.394, 0.858], [4.064, 1.645]], "v": [[0, 12.883], [11.128, 10.589], [13.221, -8.344], [11.572, -6.404], [8.242, -4.159], [8.821, -11.338], [-1.328, -19.823], [-6.49, -11.36], [-8.524, -4.945], [-9.686, -5.406], [-10.449, -8.557], [-9.88, 11.779]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 22.5, "s": [{ "i": [[-1.055, 0.032], [-3.449, 5.126], [3.189, 6.781], [0.772, -1.152], [1.54, 0.034], [1.034, 2.897], [4.168, 0.484], [1.006, -4.241], [-0.209, -1.348], [0.676, 1.023], [0.684, 0.844], [-8.951, -4.6]], "o": [[1.055, 0.032], [2.032, -3.02], [-0.346, 1.198], [-1.025, 1.191], [0.237, -2.013], [-1.713, -4.802], [-1.484, 1.642], [-0.668, 2.816], [-0.586, 0.04], [-0.536, -0.809], [-7.788, -1.813], [3.899, 2.004]], "v": [[0, 12.883], [12.103, 7.859], [13.652, -8.869], [12.223, -4.696], [8.789, -3.612], [8.506, -10.22], [-1.562, -19.042], [-5.541, -11.973], [-6.211, -3.69], [-8.681, -5.388], [-10.449, -8.557], [-10.075, 10.664]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 24, "s": [{ "i": [[-1.055, 0.032], [-4.473, 4.812], [6.035, 7.329], [0.772, -1.152], [1.289, -0.429], [1.347, 2.765], [2.958, 5.252], [2.141, -3.796], [-0.209, -1.348], [0.676, 1.023], [0.684, 0.844], [-11.451, -5.929]], "o": [[1.055, 0.032], [2.388, -2.569], [-0.528, 0.627], [-1.025, 1.191], [0.209, -1.348], [-0.771, -1.584], [-1.328, 1.329], [-2.151, 3.815], [-0.586, 0.04], [-0.536, -0.809], [-3.028, -0.671], [3.893, 2.016]], "v": [[0, 12.883], [13.205, 8.434], [13.34, -8.635], [11.572, -6.091], [8.789, -3.612], [7.925, -10.102], [-1.25, -19.51], [-6.865, -12.378], [-6.211, -3.69], [-8.681, -5.388], [-10.449, -8.557], [-9.565, 10.794]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 25.5, "s": [{ "i": [[-1.055, 0.032], [-4.271, 4.992], [9.395, 8.422], [0.291, -1.71], [0.899, 0.12], [1.347, 2.765], [2.122, 2.166], [1.006, -4.241], [-0.209, -1.348], [0.676, 1.023], [1.23, 1.001], [-6.625, -5.974]], "o": [[1.055, 0.032], [2.491, -2.912], [0.179, 1.968], [-0.291, 1.196], [0.209, -1.348], [-0.771, -1.584], [-1.328, 1.329], [-0.668, 2.816], [-0.586, 0.04], [-0.536, -0.809], [-3.197, 1.555], [3.256, 2.936]], "v": [[0, 12.883], [11.653, 8.622], [9.799, -9.916], [10.947, -5.076], [8.111, -3.612], [6.821, -12], [-1.25, -19.51], [-7.568, -11.363], [-6.211, -3.69], [-8.681, -5.388], [-12.012, -8.244], [-10.424, 10.716]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 27, "s": [{ "i": [[-1.055, 0.032], [-3.434, 3.007], [11.113, 10.141], [0.772, -1.152], [1.133, 0.04], [1.004, 2.908], [-1.226, 3.771], [1.006, -4.241], [-0.209, -1.348], [0.676, 1.023], [1.23, 1.001], [-8.72, -11.116]], "o": [[1.055, 0.032], [1.813, -1.587], [-0.293, 1.469], [-1.025, 1.191], [0.209, -1.348], [-0.607, -1.76], [-5.071, 1.701], [-0.668, 2.816], [-0.586, 0.04], [-0.536, -0.809], [2.647, 7.664], [2.706, 3.45]], "v": [[0, 12.883], [12.484, 8.743], [10.137, -8.947], [10.115, -4.644], [6.992, -3.846], [6.03, -11.988], [1.719, -19.589], [-9.829, -11.683], [-8.398, -3.612], [-10.712, -5.701], [-13.887, -8.791], [-11.098, 10.58]], "c": true }] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 28.5, "s": [{ "i": [[-1.055, 0.032], [-3.257, 2.935], [12.704, 3.529], [0.208, -0.783], [0.422, -0.787], [2.157, 3.739], [-0.569, 3.38], [2.227, -4.429], [-0.209, -1.348], [0.676, 1.023], [0.528, 0.627], [-6.532, -7.102]], "o": [[1.055, 0.032], [3.758, -3.386], [0.068, 0.648], [-0.549, 1.096], [0.209, -1.348], [-1.519, -2.635], [-1.221, 0.795], [-1.939, 3.857], [-0.41, -0.875], [-0.536, -0.809], [2.633, 5.534], [2.968, 3.227]], "v": [[0, 12.883], [13.583, 9.657], [10.371, -8.557], [9.931, -6.326], [8.901, -3.95], [5.281, -13.051], [0.469, -19.979], [-8.32, -12.669], [-7.851, -3.378], [-9.931, -6.091], [-12.49, -7.083], [-10.85, 9.583]], "c": true }] }, { "t": 30, "s": [{ "i": [[-1.055, 0.032], [-3.257, 2.935], [11.852, 7.652], [0.147, -0.606], [0.899, -1.288], [2.157, 3.739], [1.221, 0.795], [1.553, -4.241], [-0.209, -1.348], [0.676, 1.023], [0.528, 0.627], [-6.216, -6.475]], "o": [[1.055, 0.032], [3.758, -3.386], [-0.528, 0.627], [-0.549, 1.096], [0.209, -1.348], [-1.519, -2.635], [-1.221, 0.795], [-1.484, 4.053], [-0.41, -0.875], [-0.536, -0.809], [2.324, 5.063], [3.036, 3.163]], "v": [[0, 12.883], [12.711, 9.815], [10.371, -8.557], [9.931, -6.326], [9.101, -4.549], [5.735, -14.17], [0.469, -19.979], [-7.464, -13.3], [-7.851, -3.378], [-9.931, -6.091], [-14.121, -8.947], [-9.987, 9.773]], "c": true }] }], "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "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": [13.393, 13.198], "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": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 3, "nm": "Null 4", "parent": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 0, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [-2, 27, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 13.169, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.512, 0.512, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.596, 0.596, 0.333], "y": [0, 0, 0] }, "t": 0, "s": [243, 243, 100] }, { "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 14, "s": [182.912, 182.912, 100] }, { "t": 30, "s": [243, 243, 100] }], "ix": 6 } }, "ao": 0, "ip": 0, "op": 30, "st": 0, "bm": 0 }], "markers": [] }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "v": "4.8.0", "meta": { "g": "LottieFiles AE 3.0.2", "a": "", "k": "", "d": "", "tc": "" }, "fr": 30, "ip": 0, "op": 30, "w": 72, "h": 72, "nm": "[72x72] Heart", "ddd": 0, "assets": [], "layers": [{ "ddd": 0, "ind": 1, "ty": 3, "nm": "Null 8", "sr": 1, "ks": { "o": { "a": 0, "k": 0, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [36, 33, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [205, 205, 100], "ix": 6 } }, "ao": 0, "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Heart Outlines", "parent": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 1.136, 0], "ix": 2 }, "a": { "a": 0, "k": [11.25, 9.883, 0], "ix": 1 }, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] }, "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] }, "t": 0, "s": [100, 100, 100] }, { "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.2, 0.2, 0.333], "y": [0, 0, 0] }, "t": 3, "s": [60, 60, 100] }, { "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.201, 0.201, 0.333], "y": [0, 0, 0] }, "t": 11, "s": [119, 119, 100] }, { "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] }, "o": { "x": [0.2, 0.2, 0.333], "y": [0, 0, 0] }, "t": 20, "s": [60, 60, 100] }, { "t": 26, "s": [100, 100, 100] }], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[-0.913, 0], [-0.671, 0.552], [-2.051, 1.742], [0, 2.246], [3.609, 0], [1.168, -1.219], [1.727, 0], [0, -4.024], [-1.71, -1.452], [-2.079, -1.71]], "o": [[0.913, 0], [2.079, -1.71], [1.71, -1.452], [0, -4.024], [-1.727, 0], [-1.168, -1.219], [-3.609, 0], [0, 2.246], [2.051, 1.742], [0.671, 0.552]], "v": [[0, 9.633], [2.17, 8.634], [8.366, 3.456], [11, -2.347], [4.465, -9.633], [0, -7.667], [-4.465, -9.633], [-11, -2.347], [-8.366, 3.456], [-2.17, 8.634]], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "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": [11.25, 9.883], "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": 30, "st": 0, "bm": 0 }], "markers": [] }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "v": "4.8.0", "meta": { "g": "LottieFiles AE 3.0.2", "a": "", "k": "", "d": "", "tc": "" }, "fr": 30, "ip": 0, "op": 30, "w": 288, "h": 288, "nm": "Sad V1_1초_이목구비 확장", "ddd": 0, "assets": [{ "id": "comp_0", "layers": [{ "ddd": 0, "ind": 1, "ty": 0, "nm": "Sad V1 표정_이목구비 확장", "parent": 2, "td": 1, "refId": "comp_1", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [0, 1.818, 0], "ix": 2 }, "a": { "a": 0, "k": [250, 250, 0], "ix": 1 }, "s": { "a": 0, "k": [160, 160, 100], "ix": 6 } }, "ao": 0, "w": 500, "h": 500, "ip": 0, "op": 60, "st": -59, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Ball", "tt": 2, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [144, 144, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [55, 55, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "d": 1, "ty": "el", "s": { "a": 0, "k": [400, 400], "ix": 2 }, "p": { "a": 0, "k": [0, 0], "ix": 3 }, "nm": "Ellipse Path 1", "mn": "ADBE Vector Shape - Ellipse", "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": "Ellipse 1", "np": 2, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 60, "st": -59, "bm": 0 }] }, { "id": "comp_1", "layers": [{ "ddd": 0, "ind": 1, "ty": 4, "nm": "오른쪽 눈썹", "parent": 4, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [79.366, -54.466, 0], "ix": 2 }, "a": { "a": 0, "k": [-55.86, -37.97, 0], "ix": 1 }, "s": { "a": 0, "k": [-76.151, 58.366, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [24.375, -9.626]], "o": [[0, 0], [-23.92, 9.446]], "v": [[-38.089, -52.352], [-71.631, -22.588]], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0.164705882353, 0.164705882353, 0.164705882353, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 32, "ix": 5 }, "lc": 2, "lj": 1, "ml": 4, "bm": 0, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [-1, -0.5], "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": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 180, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "왼쪽 눈썹", "parent": 4, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [-36.634, -54.591, 0], "ix": 2 }, "a": { "a": 0, "k": [-55.86, -37.97, 0], "ix": 1 }, "s": { "a": 0, "k": [76.151, 58.366, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[0, 0], [24.375, -9.626]], "o": [[0, 0], [-23.92, 9.446]], "v": [[-38.089, -52.352], [-71.631, -22.588]], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0.164705882353, 0.164705882353, 0.164705882353, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 32, "ix": 5 }, "lc": 2, "lj": 1, "ml": 4, "bm": 0, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [-1, -0.5], "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": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 180, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 3, "ty": 4, "nm": "Mouth", "parent": 4, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [24.508, 46.859, 0], "ix": 2 }, "a": { "a": 0, "k": [6.67, 39.107, 0], "ix": 1 }, "s": { "a": 0, "k": [117.591, 108, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[-2.512, 1.101], [-18.009, 0.124], [-3.411, -2.079]], "o": [[4.902, -2.148], [14.732, -0.102], [1.983, 1.208]], "v": [[-26.331, 42.764], [8.255, 35.451], [39.087, 42.142]], "c": false }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "st", "c": { "a": 0, "k": [0.164705882353, 0.164705882353, 0.164705882353, 1], "ix": 3 }, "o": { "a": 0, "k": 100, "ix": 4 }, "w": { "a": 0, "k": 16, "ix": 5 }, "lc": 2, "lj": 1, "ml": 4, "bm": 0, "nm": "Stroke 1", "mn": "ADBE Vector Graphic - Stroke", "hd": false }, { "ty": "tr", "p": { "a": 0, "k": [0, -0.875], "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": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 180, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 4, "ty": 4, "nm": "eyes", "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": 59, "s": [261.502, 253.866, 0], "to": [-0.359, 0, 0], "ti": [0.858, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 60, "s": [259.4, 253.866, 0], "to": [-0.736, 0, 0], "ti": [0.46, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 61, "s": [257.5, 253.866, 0], "to": [-0.996, 0, 0], "ti": [0.653, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 62, "s": [255.525, 253.866, 0], "to": [-0.653, 0, 0], "ti": [0.639, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 63, "s": [253.583, 253.866, 0], "to": [-0.639, 0, 0], "ti": [0.619, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 64, "s": [251.691, 253.866, 0], "to": [-0.619, 0, 0], "ti": [0.591, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 65, "s": [249.87, 253.866, 0], "to": [-0.591, 0, 0], "ti": [0.558, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 66, "s": [248.142, 253.866, 0], "to": [-0.558, 0, 0], "ti": [0.521, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 67, "s": [246.52, 253.866, 0], "to": [-0.521, 0, 0], "ti": [0.477, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 68, "s": [245.019, 253.866, 0], "to": [-0.477, 0, 0], "ti": [0.426, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 69, "s": [243.66, 253.866, 0], "to": [-0.426, 0, 0], "ti": [0.37, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 70, "s": [242.462, 253.866, 0], "to": [-0.37, 0, 0], "ti": [0.308, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 71, "s": [241.439, 253.866, 0], "to": [-0.308, 0, 0], "ti": [0.24, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 72, "s": [240.611, 253.866, 0], "to": [-0.24, 0, 0], "ti": [0.164, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 73, "s": [240.001, 253.866, 0], "to": [-0.164, 0, 0], "ti": [0.083, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 74, "s": [239.627, 253.866, 0], "to": [-0.083, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 75, "s": [239.5, 253.866, 0], "to": [0, 0, 0], "ti": [-0.083, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 76, "s": [239.627, 253.866, 0], "to": [0.083, 0, 0], "ti": [-0.164, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 77, "s": [240.001, 253.866, 0], "to": [0.164, 0, 0], "ti": [-0.24, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 78, "s": [240.611, 253.866, 0], "to": [0.24, 0, 0], "ti": [-0.308, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 79, "s": [241.439, 253.866, 0], "to": [0.308, 0, 0], "ti": [-0.37, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 80, "s": [242.462, 253.866, 0], "to": [0.37, 0, 0], "ti": [-0.426, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 81, "s": [243.66, 253.866, 0], "to": [0.426, 0, 0], "ti": [-0.477, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 82, "s": [245.019, 253.866, 0], "to": [0.477, 0, 0], "ti": [-0.521, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 83, "s": [246.52, 253.866, 0], "to": [0.521, 0, 0], "ti": [-0.558, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 84, "s": [248.142, 253.866, 0], "to": [0.558, 0, 0], "ti": [-0.591, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 85, "s": [249.87, 253.866, 0], "to": [0.591, 0, 0], "ti": [-0.619, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 86, "s": [251.691, 253.866, 0], "to": [0.619, 0, 0], "ti": [-0.639, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 87, "s": [253.583, 253.866, 0], "to": [0.639, 0, 0], "ti": [-0.653, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 88, "s": [255.525, 253.866, 0], "to": [0.653, 0, 0], "ti": [-0.993, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 89, "s": [257.5, 253.866, 0], "to": [0.993, 0, 0], "ti": [-0.994, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 91, "s": [261.484, 253.866, 0], "to": [0.994, 0, 0], "ti": [-0.654, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 92, "s": [263.462, 253.866, 0], "to": [0.654, 0, 0], "ti": [-0.641, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 93, "s": [265.41, 253.866, 0], "to": [0.641, 0, 0], "ti": [-0.62, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 94, "s": [267.306, 253.866, 0], "to": [0.62, 0, 0], "ti": [-0.592, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 95, "s": [269.13, 253.866, 0], "to": [0.592, 0, 0], "ti": [-0.559, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 96, "s": [270.859, 253.866, 0], "to": [0.559, 0, 0], "ti": [-0.521, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 97, "s": [272.483, 253.866, 0], "to": [0.521, 0, 0], "ti": [-0.476, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 98, "s": [273.983, 253.866, 0], "to": [0.476, 0, 0], "ti": [-0.425, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 99, "s": [275.338, 253.866, 0], "to": [0.425, 0, 0], "ti": [-0.37, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 100, "s": [276.536, 253.866, 0], "to": [0.37, 0, 0], "ti": [-0.307, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 101, "s": [277.556, 253.866, 0], "to": [0.307, 0, 0], "ti": [-0.239, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 102, "s": [278.378, 253.866, 0], "to": [0.239, 0, 0], "ti": [-0.165, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 103, "s": [278.989, 253.866, 0], "to": [0.165, 0, 0], "ti": [-0.085, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 104, "s": [279.37, 253.866, 0], "to": [0.085, 0, 0], "ti": [0, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 105, "s": [279.5, 253.866, 0], "to": [0, 0, 0], "ti": [0.085, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 106, "s": [279.37, 253.866, 0], "to": [-0.085, 0, 0], "ti": [0.165, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 107, "s": [278.989, 253.866, 0], "to": [-0.165, 0, 0], "ti": [0.239, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 108, "s": [278.378, 253.866, 0], "to": [-0.239, 0, 0], "ti": [0.307, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 109, "s": [277.556, 253.866, 0], "to": [-0.307, 0, 0], "ti": [0.37, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 110, "s": [276.536, 253.866, 0], "to": [-0.37, 0, 0], "ti": [0.425, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 111, "s": [275.338, 253.866, 0], "to": [-0.425, 0, 0], "ti": [0.476, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 112, "s": [273.983, 253.866, 0], "to": [-0.476, 0, 0], "ti": [0.521, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 113, "s": [272.483, 253.866, 0], "to": [-0.521, 0, 0], "ti": [0.559, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 114, "s": [270.859, 253.866, 0], "to": [-0.559, 0, 0], "ti": [0.592, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 115, "s": [269.13, 253.866, 0], "to": [-0.592, 0, 0], "ti": [0.62, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 116, "s": [267.306, 253.866, 0], "to": [-0.62, 0, 0], "ti": [0.641, 0, 0] }, { "i": { "x": 0.833, "y": 0.833 }, "o": { "x": 0.167, "y": 0.167 }, "t": 117, "s": [265.41, 253.866, 0], "to": [-0.641, 0, 0], "ti": [0.325, 0, 0] }, { "t": 118, "s": [263.462, 253.866, 0] }], "ix": 2 }, "a": { "a": 0, "k": [32.258, -1.504, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 114.288, 100], "ix": 6 } }, "ao": 0, "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[-12.569, 0], [-0.268, -24.443], [12.569, 0], [0.348, 25.213]], "o": [[12.569, 0], [0.279, 25.432], [-12.569, 0], [-0.34, -24.66]], "v": [[0, -34.996], [22.758, 0], [0, 34.996], [-22.758, 0]], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.164705882353, 0.164705882353, 0.164705882353, 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": [-25.526, -1.428], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [106, 90.828], "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": "Ellipse 3", "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": 0, "k": { "i": [[-12.569, 0], [-0.268, -24.443], [12.569, 0], [0.348, 25.213]], "o": [[12.569, 0], [0.279, 25.432], [-12.569, 0], [-0.34, -24.66]], "v": [[0, -34.996], [22.758, 0], [0, 34.996], [-22.758, 0]], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "fl", "c": { "a": 0, "k": [0.164705882353, 0.164705882353, 0.164705882353, 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": [73.931, -1.201], "ix": 2 }, "a": { "a": 0, "k": [0, 0], "ix": 1 }, "s": { "a": 0, "k": [106, 90.8], "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": "Ellipse 1", "np": 3, "cix": 2, "bm": 0, "ix": 2, "mn": "ADBE Vector Group", "hd": false }, { "ty": "gr", "it": [{ "ty": "rc", "d": 1, "s": { "a": 1, "k": [{ "i": { "x": [0.833, 0.833], "y": [1, 0.833] }, "o": { "x": [0.333, 0.333], "y": [0, 0] }, "t": 71, "s": [60, 60] }, { "i": { "x": [0.667, 0.667], "y": [1, 1] }, "o": { "x": [0.167, 0.167], "y": [0, 0.167] }, "t": 75, "s": [60, 0] }, { "t": 79, "s": [60, 60] }], "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": "tr", "p": { "a": 0, "k": [23.801, 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": 1, "cix": 2, "bm": 0, "ix": 3, "mn": "ADBE Vector Group", "hd": false }], "ip": 0, "op": 180, "st": 0, "bm": 0 }] }], "layers": [{ "ddd": 0, "ind": 1, "ty": 0, "nm": "Sad V1_2초_이목구비 확장", "refId": "comp_0", "sr": 0.5, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [144, 144, 0], "ix": 2 }, "a": { "a": 0, "k": [144, 144, 0], "ix": 1 }, "s": { "a": 0, "k": [101, 101, 100], "ix": 6 } }, "ao": 0, "w": 288, "h": 288, "ip": 0, "op": 30, "st": 0, "bm": 0 }], "markers": [] }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "v": "4.8.0", "meta": { "g": "LottieFiles AE 3.0.2", "a": "", "k": "", "d": "", "tc": "" }, "fr": 30, "ip": 0, "op": 30, "w": 72, "h": 72, "nm": "[72x72] Thumbs up", "ddd": 0, "assets": [], "layers": [{ "ddd": 0, "ind": 1, "ty": 3, "nm": "Null 6", "sr": 1, "ks": { "o": { "a": 0, "k": 0, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [36, 36, 0], "ix": 2 }, "a": { "a": 0, "k": [0, 0, 0], "ix": 1 }, "s": { "a": 0, "k": [246, 246, 100], "ix": 6 } }, "ao": 0, "ip": 0, "op": 30, "st": 0, "bm": 0 }, { "ddd": 0, "ind": 2, "ty": 4, "nm": "Thump up Outlines", "parent": 1, "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 1, "k": [{ "i": { "x": [0.774], "y": [1] }, "o": { "x": [0.866], "y": [0] }, "t": 0, "s": [0] }, { "i": { "x": [0.035], "y": [1] }, "o": { "x": [0.435], "y": [0] }, "t": 8.695, "s": [17.169] }, { "i": { "x": [0.114], "y": [1] }, "o": { "x": [0.349], "y": [0] }, "t": 16, "s": [-15.937] }, { "i": { "x": [0.11], "y": [1] }, "o": { "x": [0.457], "y": [0] }, "t": 20, "s": [7.808] }, { "t": 23, "s": [0] }], "ix": 10 }, "p": { "a": 0, "k": [-11, 8, 0], "ix": 2 }, "a": { "a": 0, "k": [0.25, 18.889, 0], "ix": 1 }, "s": { "a": 0, "k": [100, 100, 100], "ix": 6 } }, "ao": 0, "ef": [{ "ty": 34, "nm": "Puppet", "np": 6, "mn": "ADBE FreePin3", "ix": 1, "en": 1, "ef": [{ "ty": 7, "nm": "Puppet Engine", "mn": "ADBE FreePin3 Puppet Engine", "ix": 1, "v": { "a": 0, "k": 2, "ix": 1 } }, { "ty": 0, "nm": "Mesh Rotation Refinement", "mn": "ADBE FreePin3 Auto Rotate Pins", "ix": 2, "v": { "a": 0, "k": 20, "ix": 2 } }, { "ty": 7, "nm": "On Transparent", "mn": "ADBE FreePin3 On Transparent", "ix": 3, "v": { "a": 0, "k": 0, "ix": 3 } }, { "ty": 30, "nm": "arap", "np": 3, "mn": "ADBE FreePin3 ARAP Group", "ix": 4, "en": 1, "ef": [{ "ty": 6, "nm": "Auto-traced Shapes", "mn": "ADBE FreePin3 Outlines", "ix": 1, "v": 0 }, { "ty": 1, "nm": "Mesh", "np": 1, "mn": "ADBE FreePin3 Mesh Group", "ix": 2, "en": 1, "ef": [] }] }] }], "shapes": [{ "ty": "gr", "it": [{ "ind": 0, "ty": "sh", "ix": 1, "ks": { "a": 0, "k": { "i": [[-0.807, 0], [0, 0], [0, 0.807], [0, 0], [0.807, 0], [0, 0], [0, -0.807], [0, 0]], "o": [[0, 0], [0.807, 0], [0, 0], [0, -0.807], [0, 0], [-0.807, 0], [0, 0], [0, 0.807]], "v": [[-9.538, 9.32], [-8.251, 9.32], [-6.789, 7.857], [-6.789, -2.286], [-8.251, -3.749], [-9.538, -3.749], [-11, -2.286], [-11, 7.857]], "c": true }, "ix": 2 }, "nm": "Path 1", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ind": 1, "ty": "sh", "ix": 2, "ks": { "a": 0, "k": { "i": [[0, 0], [-0.348, 0], [0, 0], [0, -1.076], [0, 0], [0.28, -0.459], [0, 0], [0.68, 0], [0, 0], [0, 1.076], [0, 0], [-0.389, 0.368], [0, 0], [-0.496, -0.328], [0.228, -0.549]], "o": [[-0.133, 0.321], [0, 0], [1.078, 0], [0, 0], [0, 0.538], [0, 0], [-0.354, 0.579], [0, 0], [-1.076, 0], [0, 0], [0, -0.536], [0, 0], [0.414, -0.427], [0.495, 0.326], [0, 0]], "v": [[0.666, -4.423], [1.116, -3.749], [9.049, -3.749], [11, -1.799], [11, 0.519], [10.57, 2.042], [6.694, 8.387], [5.03, 9.32], [-3.486, 9.32], [-5.435, 7.37], [-5.435, -2.911], [-4.827, -4.327], [-0.089, -8.82], [1.481, -8.992], [1.941, -7.484]], "c": true }, "ix": 2 }, "nm": "Path 2", "mn": "ADBE Vector Shape - Group", "hd": false }, { "ty": "mm", "mm": 1, "nm": "Merge Paths 1", "mn": "ADBE Vector Filter - Merge", "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": [11.25, 9.57], "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": 4, "cix": 2, "bm": 0, "ix": 1, "mn": "ADBE Vector Group", "hd": false }], "ip": -29, "op": 31, "st": -29, "bm": 0 }], "markers": [] }
|