로고에 눈내리게 하고싶어용!
본문
로고에 눈내리게 하고싶어용!
답변 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>
http://www.jqueryrain.com/2012/04/top-jquery-snow-falling-effect-plugin-tutorial-with-example/
참고해 작업해 보세요.
답변을 작성하시기 전에 로그인 해주세요.