タグ

ブックマーク / myjquery.blog.fc2.com (1)

  • .animate() | 私的なjQuery他

    .animate( properties [, duration] [, easing] [, complete] ) 返り値:jQuery 概要 CSS プロパティをアニメーション(連続して値を変更)する 用法 .animate( properties [, duration] [, easing] [, complete] ) 1.0で追加 properties [プレーンオブジェクト] アニメーションさせる CSS プロパティとその最終値の オブジェクト duration (デフォルト: 400) [数値 or 文字列] アニメーションを実行する時間の長さ。数値はミリ秒単位。 文字列は"fast"(200ms)か "slow"(600ms)を指定できる easing (デフォルト: "swing") [文字列] アニメーションの進み方を定義する easing 関数を 表す文字列 co

  • 1