|
|
Ŭ¶ó¿ìµåű×
javascript PHP ASP CSS mysql html jquery ������ image mobile API slide °Ô½ÃÆÇ
|
|
|
ÇöÀçÁ¢¼ÓÀÚ ¸í |
|
|
|
|
|
|
|
¹è°æ»ö»óÀÌ ÀÚµ¿À¸·Î º¯ÇÏ°Ô ÇÏ´Â ¼Ò½º |
|
|
|
|
¼Ò½ººÐ·ù |
±âŸȿ°ú |
|
|
´Ù¿î·Îµå Ƚ¼ö |
266 ȸ |
|
|
|
°£´Ü¼³¸í |
ÀÏÁ¤ÇÑ ½Ã°£ÀÌ Áö³ª¸é ¹è°æ»ö»óÀÌ ÀÚ¿¬½º·´°Ô ´Ù¸¥ »ö»óÀ¸·Î º¯°æµË´Ï´Ù. |
|
|
|
|
|
ÀÏÁ¤ÇÑ ½Ã°£ÀÌ Áö³ª¸é ¹è°æ»ö»óÀÌ ÀÚ¿¬½º·´°Ô ´Ù¸¥ »ö»óÀ¸·Î º¯°æµË´Ï´Ù.
»ç¿ë¿¡ ÇÊ¿äÇÑ ¼Ò½º (¾ÐÃàÆÄÀÏÀ» ´Ù¿î¹Þ¾ÆÁÖ¼¼¿ä)
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/animated_bg.js"></script>
<script>
jQuery(document).ready(function(){
$('.animated_bg2').animatedBG({
colorSet: ['#abebfe', '#aad667', '#57e6ee', '#ff7ebb'],
speed: 2000
});
$('.animated_bg3').animatedBG({
colorSet: ['#71a98b', '#b15c8e', '#dc6b68', '#6c5a94', '#b14c4e', '#736357'],
speed: 6000
});
});
</script>
<style>
.animated_bg {
background: #ef008c;
color: #fff;
}
.animated_bg2 {
background: #abebfe;
color: #000;
}
.animated_bg3 {
background: #71a98b;
color: #fff;
}
</style>
<div class="animated_bg">
content
</div>
|
|
³×ƼÁð ÀÇ°ß ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.) |
|