½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
Åõ¸íÇÑ Ä«µå¿Í GSAP ¾Ö´Ï¸ÞÀÌ¼Ç Glass Card w/ SVG + GSAP : happycgi
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > CSS > ±âŸȿ°ú > Åõ¸íÇÑ Ä«µå¿Í GSAP ¾Ö´Ï¸ÞÀÌ¼Ç Glass Card w/ SVG + GSAP »ó¼¼Á¤º¸
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
Javascript
HTML
PHP
css
API
mysql
ASP
jquery
image
Slide
¸Þ´º
mobile
°Ô½ÃÆÇ
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
Åõ¸íÇÑ Ä«µå¿Í GSAP ¾Ö´Ï¸ÞÀÌ¼Ç Glass Card w/ SVG + GSAP
¼Ò½ºÅë°èÁ¤º¸ ¿À·ù½Å°í ¹× ¹®ÀÇ
ÇØÇÇÆÀ
³×ƼÁð
Æ®À§ÅÍ·Î º¸³»±â ÆäÀ̽ººÏÀ¸·Î º¸³»±â
¼Ò½ººÐ·ù ±âŸȿ°ú
´Ù¿î·Îµå Ƚ¼ö 2 ȸ
°£´Ü¼³¸í ¸¶¿ì½º ¿òÁ÷ÀÓ¿¡ µû¶ó Åõ¸íÇÑ Ä«µå¿Í ¹é±×¶ó¿îµå°¡ ¿òÁ÷ÀÌ´Â ¾Ö´Ï¸ÞÀÌ¼Ç È¿°úÀÔ´Ï´Ù.
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
ȨÆäÀÌÁö¹Ù·Î°¡±â ¼Ò½º´Ù¿î·Îµå µ¥¸ð ¹Ì¸®º¸±â ½ºÅ©·¦Çϱâ
   


¸¶¿ì½º ¿òÁ÷ÀÓ¿¡ µû¶ó Åõ¸íÇÑ Ä«µå¿Í ¹é±×¶ó¿îµå°¡ ¿òÁ÷ÀÌ´Â ¾Ö´Ï¸ÞÀÌ¼Ç È¿°úÀÔ´Ï´Ù.

ÀÀ¿ëÇÏ¿© ´Ù¾çÇÏ°Ô È°¿ë °¡´ÉÇÕ´Ï´Ù.


HTML ±¸Á¶

<svg width="100%" height="100%">  

  <defs>

    

    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="65%">

      <stop offset="10%" stop-color="#004476" />

      <stop offset="90%" stop-color="#006fbe" />

    </linearGradient>

    <linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="85%">

      <stop offset="0%" stop-color="#f5eacc" />

      <stop offset="80%" stop-color="#e0c677" />

      <stop offset="110%" stop-color="#ebd8a0" />      

    </linearGradient>

    <linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="85%">

      <stop offset="0%" stop-color="#54e2fe" />

      <stop offset="80%" stop-color="#049afd" />

      <stop offset="110%" stop-color="#2aaffc" />      

    </linearGradient>

    <linearGradient id="grad4" x1="0%" y1="0%" x2="80%" y2="70%">

      <stop offset="0%" stop-color="rgba(255,255,255,0.75)" />

      <stop offset="90%" stop-color="rgba(255,255,255,0.3)" />

    </linearGradient>

    

    <pattern id="cardBg" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">

      <image opacity="0.5" width="100" height="100" xlink:href="https://assets.codepen.io/721952/whiteNoise2.png" />

      <image class="fillLight" opacity="0.5" width="100" height="100" xlink:href="https://assets.codepen.io/721952/whiteNoise.png" />

    </pattern>

      

    <mask id="m">

      <rect class="card" fill="#fff" width="340" height="540" rx="30" ry="30" />

    </mask>

    

  </defs>


.
.
.


</svg>



CSS ¼Ò½º

@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');


html, body {

  width:100%;

  height:100%;

  overflow:hidden;

  font-family: 'Space Mono', monospace;

  letter-spacing:1.6px;

}


JS ¼Ò½º

gsap.timeline()

    .set('.logo',     { x:215, y:482 })

    .set('.chip',     { x:148, y:66 })

    .set('.knot',     { x:22, y:250 })

    .set('.numTxt',   { x:22, y:375 })

    .set('.nameTxt',  { x:22, y:410 })

    .add(centerMain(), 0.2)

    .from('.ball',    { duration:2,

                        transformOrigin:'50% 50%',

                        scale:0,

                        opacity:0,

                        ease:'elastic',

                        stagger:0.2

                      }, 0)

    .fromTo('.card',  { x:200,

                        y:40,

                        transformOrigin:'50% 50%',

                        rotation:-4,

                        skewX:10,

                        skewY:4,

                        scale:2,

                        opacity:0

                      },{

                        duration:1.3,

                        skewX:0,

                        skewY:0,

                        scale:1,

                        opacity:1,

                        ease:'power4.inOut'

                      }, 0.2)

        


.
.
.

 


ÇØ´ç »çÀÌÆ®·Î À̵¿Çؼ­ Àüü ¼Ò½º¸¦ È®ÀÎÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.


³×ƼÁð ÀÇ°ß   ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.)
³»¿ë ¾ÆÀ̵ð Àǰ߳²±â±â
µî·ÏµÈ ÀǰßÀÌ ¾ø½À´Ï´Ù.
1
À̸§
³»¿ë
:³×¸Â¾Æ¿ä: :È­³ª´Â±º¿ä: :Àá¿Í: :¿ì¿ïÇØ: :À̰ǾƳÄ: :¿ÕÇÏÇÏ: ¿Õ¿ôÀ½~ ³î·¥~
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
µµ¹è¹æÁöŰ
 75382795 º¸ÀÌ´Â µµ¹è¹æÁö۸¦ ÀÔ·ÂÇϼ¼¿ä.