Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 보안인증서
- php8.3
- 글자 수 제한
- 글자수제한
- Vanilla JS
- 비동기호출
- 정규식
- .htaccess
- post_type
- virsualhost
- 날짜변환
- 301 리다이렉트
- selinux
- 애니메이트
- 자바스크립트
- MySQL
- SSL
- iframe
- JavaScript
- 정부 서비스 가이드라인
- 리사이즈
- 우분투 서버세팅
- 배열
- ip직접접근차단
- 디지털 정부서비스ui/ux
- Ajax
- 구글뷰어
- JS
- krds
- 날짜비교
Archives
- Today
- Total
더 나은 프로그래머가 되자
애니메이트안에 애니메이트 쓰기 본문
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".im .tt01").animate({ left:50, opacity:.5}, 300).animate({left:25, opacity:1}, 400);
jQuery(".im .tt02").animate({ left:55, opacity:.5}, 600).animate({left:25, opacity:1}, 400);
jQuery(".im .tt03").animate({ left:0, opacity:1}, 1000);
});
</script>
jQuery(document).ready(function(){
jQuery(".im .tt01").animate({ left:50, opacity:.5}, 300).animate({left:25, opacity:1}, 400);
jQuery(".im .tt02").animate({ left:55, opacity:.5}, 600).animate({left:25, opacity:1}, 400);
jQuery(".im .tt03").animate({ left:0, opacity:1}, 1000);
});
</script>
'언어 > js' 카테고리의 다른 글
현재 문서 높이 및 스크롤 길이 (0) | 2014.11.20 |
---|---|
애니메이트 실행이 끝난 직후 실행문 (0) | 2014.11.13 |
iframe 및 팝업창에서 부모창 함수 호출 (0) | 2014.09.04 |
팝업창(자식창) 열려있는지 확인 (0) | 2014.07.22 |
split 함수 사용하기 (0) | 2014.07.22 |
Comments