상단에서 내려오는 스크립트인데요
예를들어 2초있다가 이 슬라이딩이 나오게 하거나
지금 나오는 슬라이딩 속도를 좀 느리게 하려고 하는데 어떡해 해야하는지 고수님들의 조언바랍니다.
<!-----TOP---->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://www.hi-education.com/gnu4/img/jquery.cookie.js"></script>
<center>
<div id="top-banner-por" style="height:60px; display:none"><a href="#" id="setCookie"><div id="close-banner-por"></div></a>
<img src="http://www.hi-education.com/gnu4/img/easyjet_top_box_ad.gif" border="0">
</div>
</center>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://www.hi-education.com/gnu4/img/jquery.cookie.js"></script>
<center>
<div id="top-banner-por" style="height:60px; display:none"><a href="#" id="setCookie"><div id="close-banner-por"></div></a>
<img src="http://www.hi-education.com/gnu4/img/easyjet_top_box_ad.gif" border="0">
</div>
</center>
<script type="text/javascript">
$(function($) {
if( $.cookie('uthai')!=1){
$("#top-banner-por").animate({ opacity:3000},'slow').slideDown('slow').fadeIn('slow',function (){
$("#top-banner-por").css('display','');});
//$("#top-banner-por").css('display','');
}
$("#close-banner-por").click(function () {
$.cookie('uthai',1, { expires:1 });
$("#top-banner-por").animate({ opacity:0},'slow').slideUp('slow').fadeOut('slow',function (){
$("#top-banner-por").css('display','none');
});
});
$('#deleteCookie').click(function() {
$.cookie('uthai', null);alert("Cookie 'test' has been deleted.");
});
}
);
</script>
댓글 4개
13년 전
animate함수 앞에
$("#top-banner_por").delay("700").animate(.............
이런식으로 딜레이를 주는 방법도 있습니다.
$("#top-banner_por").delay("700").animate(.............
이런식으로 딜레이를 주는 방법도 있습니다.
13년 전
답변진심으로 감사드립니다.
말씀하신 소스를 어디다 붙여야하는지 몰라서 헤매고 있는데요 ;;;
기존 소스를 어떡해 수정해야하는지 부탁좀드리겠습니다. ;
말씀하신 소스를 어디다 붙여야하는지 몰라서 헤매고 있는데요 ;;;
기존 소스를 어떡해 수정해야하는지 부탁좀드리겠습니다. ;
13년 전
위 소스만 봐서
animate()함수가 사용된곳은 두곳입니다.
쿠키를 굽고 그에 따라 모션의 적용여부를 판단하는거 같은데
$("#top-banner_por").delay("700").animate({ opacity:3000},'slow').slideDown('slow').fadeIn('slow',function (){
일단 적용한번 해보심이...
animate()함수가 사용된곳은 두곳입니다.
쿠키를 굽고 그에 따라 모션의 적용여부를 판단하는거 같은데
$("#top-banner_por").delay("700").animate({ opacity:3000},'slow').slideDown('slow').fadeIn('slow',function (){
일단 적용한번 해보심이...
13년 전
감사합니다. 말씀하신데로 했더니 잘되네요 ^^ 정말 감사요
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4032 | |
| 29 |
아우겐나이스
|
21년 전 | 4430 | |
| 28 |
아우겐나이스
|
21년 전 | 3449 | |
| 27 | 21년 전 | 5814 | ||
| 26 | 21년 전 | 3084 | ||
| 25 | 21년 전 | 6063 | ||
| 24 | 18년 전 | 3635 | ||
| 23 | 21년 전 | 3626 | ||
| 22 | 21년 전 | 4235 | ||
| 21 | 21년 전 | 3811 | ||
| 20 | 21년 전 | 4209 | ||
| 19 | 21년 전 | 6668 | ||
| 18 | 21년 전 | 4726 | ||
| 17 | 21년 전 | 6968 | ||
| 16 | 21년 전 | 4160 | ||
| 15 | 21년 전 | 2612 | ||
| 14 | 21년 전 | 4959 | ||
| 13 | 21년 전 | 3389 | ||
| 12 |
Recluse
|
21년 전 | 3863 | |
| 11 |
아우겐나이스
|
21년 전 | 3558 | |
| 10 |
Recluse
|
21년 전 | 3385 | |
| 9 | 21년 전 | 3964 | ||
| 8 | 21년 전 | 5152 | ||
| 7 | 21년 전 | 4749 | ||
| 6 | 21년 전 | 5659 | ||
| 5 | 21년 전 | 4102 | ||
| 4 | 21년 전 | 4821 | ||
| 3 | 21년 전 | 4733 | ||
| 2 | 21년 전 | 3231 | ||
| 1 | 22년 전 | 4331 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기