설 연수
하하호홓
설 연수
전체 방문자
오늘
어제
  • 분류 전체보기 (231)
    • Back-End (2)
      • Java (20)
      • JSP (13)
      • Spring (18)
      • Kotlin (0)
      • node.js (0)
    • Front-End (68)
      • JavaScript (19)
      • jQuery (39)
      • Angular (4)
      • HTML (5)
    • Dev-Ops (12)
      • Linux, Cloud (5)
      • docker, k8s (5)
      • ElasticSeach (2)
    • Other (33)
      • OOP (3)
      • 알고리즘 (2)
      • DB (12)
      • Git (1)
      • Swift (4)
    • Backup (65)

블로그 메뉴

    공지사항

    인기 글

    태그

    • flex
    • angular2
    • 패스트캠퍼스
    • RESTful
    • INVALID
    • 크로스도메인
    • angular4
    • 404 error
    • MYSQL
    • mongodb
    • CORS
    • Angular
    • docker
    • Redis
    • angular 콜백
    • Kafka
    • jOOQ
    • angular callback
    • jquery invalid
    • page not found

    최근 댓글

    최근 글

    티스토리

    hELLO · Designed By 정상우.
    설 연수

    하하호홓

    Front-End/jQuery

    Effect - Reference(API)

    2012. 4. 6. 13:56

    jQuery Effect Methods

    The following table lists all the methods used to create animation effects.

    MethodDescription
    animate()

    Performs a custom animation (of a set of CSS properties) for selected elements
    특정개체에 여러 애니메이션을 줄수있다.

    clearQueue()

    Removes all queued functions for the selected element
    작동예정인것들을 모두 정지시킨다(애니메이션 외에도 다 정지)

    delay()Sets a delay for all queued functions for the selected element
    dequeue()Runs the next queued functions for the selected element
    fadeIn()

    Gradually changes the opacity, for selected elements, from hidden to visible
    투명도를 줄이면서 보이게(show) 하기 (투명도가 줄어들면서 엘리먼트가 보인다)

    fadeOut()

    Gradually changes the opacity, for selected elements, from visible to hidden
    투명도를 높이면서 안보이게(hide) 하기 (투명도가 높아지면서 엘리먼트가 사라진다)

    fadeTo()

    Gradually changes the opacity, for selected elements, to a specified opacity
    투명도를 본인이 선택한대로 변경된다.(custom)

    fadeToggle() 
    hide()

    Hides selected elements - 엘리먼트를 숨긴다

    queue()Shows the queued functions for the selected element
    show()

    Shows hidden selected elements - 숨긴 엘리먼트를 보이게한다.

    slideDown()

    Gradually changes the height, for selected elements, from hidden to visible
    slideUp()으로 사라진 엘리먼트를 다시 보이게한다

    slideToggle()

    Toggles between slideUp() and slideDown() for selected elements
    slideUp,Down을 토글로 처리한다. (하나의 이벤트로 사라졋다 나타낫다 반복)

    slideUp()

    Gradually changes the height, for selected elements, from visible to hidden
    엘리먼트가 아래에서 위방향으로 사라진다

    stop()

    Stops a running animation on selected elements
    실행중인 애니메이션을 중지시킨다

    toggle()Toggles between hide() and show(), or custom functions, for selected elements
    show, hide를 토글처리한다.

    'Front-End > jQuery' 카테고리의 다른 글

    Data- attribute(옵션) reference  (0) 2012.04.10
    jQuery mobile jQuery Mobile - 구조 & 문법  (0) 2012.04.10
    Events - Reference(API)  (0) 2012.04.06
    Selectors(접근) - Reference(API)  (1) 2012.04.06
    Selectors - this의 chlildNode 이동하기  (0) 2012.04.06
      'Front-End/jQuery' 카테고리의 다른 글
      • Data- attribute(옵션) reference
      • jQuery mobile jQuery Mobile - 구조 & 문법
      • Events - Reference(API)
      • Selectors(접근) - Reference(API)
      설 연수
      설 연수

      티스토리툴바