로고에 눈내리게 하고싶어용!

2017-01-29 (일) 14:48:32 4,721

로고에 눈내리게 하고싶어용! 

|

답변 4개

아래의 눈이 내리게 하는 jquery를 참고하세요.

<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="http://workshop.rs/projects/jqsnow/jquery.snow.js"></script>
</head>
<body bgcolor="#00000">
<script>
$(document).ready( function(){
  $.fn.snow();
});
</script>
</body>
</html> 

2017-01-29 (일) 14:54:42

https://github.com/loktar00/JQuery-Snowfall 

참고해서 만들어보세요

플레시나 움짤로 만드시면될것같습니다.

답변을 작성하려면 로그인이 필요합니다.