@uiw/doc
Version:
UIW documentation website.
1 lines • 2.17 kB
Source Map (JSON)
{"version":3,"file":"static/css/7604.9365aa58.chunk.css","mappings":"AAGC,2CACC,WAFF,CAIC,kDACC,SAAU,CACV,6BAFF,CAIC,0CACC,SAFF,CAIC,iDACC,WAAa,CACb,6BAFF,CAMC,iDACC,qBAAsB,CACtB,wBAAyB,CACzB,sBAJF,CAMC,gDACC,qBAAsB,CACtB,wBAAyB,CACzB,uBAJF,CAOC,yEAGC,eALF,CAQA,oBACE,GACE,4BANF,CASA,IAEE,SAAU,CADV,4CANF,CAUA,GAEE,SAAU,CADV,2CAPF,CACF,CAWA,mBACE,GAEE,iCAAkC,CAClC,SAAU,CAFV,2CAPF,CAYA,IAEE,iCAAkC,CADlC,4CATF,CAaA,IAEE,SAAU,CADV,2CAVF,CAcA,IACE,2CAZF,CAeA,GACE,4BAbF,CACF","sources":["routes/components/overlay/index.less"],"sourcesContent":["@animation-prefix:~ \"animation-flipX\";\n// 遮罩层动画\n// Background animation\n.@{animation-prefix}-enter .w-overlay-backdrop {\n opacity: 0.01;\n}\n.@{animation-prefix}-enter-active .w-overlay-backdrop {\n opacity: 1;\n transition: opacity 1s ease-in;\n}\n.@{animation-prefix}-exit .w-overlay-backdrop {\n opacity: 1;\n}\n.@{animation-prefix}-exit-active .w-overlay-backdrop {\n opacity: 0.01;\n transition: opacity 1s ease-in;\n}\n// 对话框动画\n// Content animation\n.@{animation-prefix}-enter-active .w-overlay-content {\n animation-duration: 1s;\n animation-fill-mode: both;\n animation-name: flipInX;\n}\n.@{animation-prefix}-exit-active .w-overlay-content {\n animation-duration: 1s;\n animation-fill-mode: both;\n animation-name: flipOutX;\n}\n\n.@{animation-prefix}-enter,\n.@{animation-prefix}-enter-done,\n.@{animation-prefix}-exit {\n display: inherit;\n}\n\n@keyframes flipOutX {\n 0% {\n transform: perspective(400px);\n }\n\n 30% {\n transform: perspective(400px) rotateX(-20deg);\n opacity: 1;\n }\n\n to {\n transform: perspective(400px) rotateX(90deg);\n opacity: 0;\n }\n}\n\n@keyframes flipInX {\n 0% {\n transform: perspective(400px) rotateX(90deg);\n animation-timing-function: ease-in;\n opacity: 0;\n }\n\n 40% {\n transform: perspective(400px) rotateX(-20deg);\n animation-timing-function: ease-in;\n }\n\n 60% {\n transform: perspective(400px) rotateX(10deg);\n opacity: 1;\n }\n\n 80% {\n transform: perspective(400px) rotateX(-5deg);\n }\n\n to {\n transform: perspective(400px);\n }\n}\n"],"names":[],"sourceRoot":""}