ล่าสุดการพัฒนาเว็บบทเรียน
×

CSS การอ้างอิง

CSS การอ้างอิง CSS selectors CSS ฟังก์ชั่น CSS หูอ้างอิง CSS ปลอดภัยเว็บแบบอักษร CSS Animatable CSS หน่วย CSS PX-EM แปลง CSS สี CSS สี ค่า CSS3 สนับสนุนเบราว์เซอร์

CSS คุณสมบัติ

align-content align-items align-self all animation animation-delay animation-direction animation-duration animation-fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function backface-visibility background background-attachment background-blend-mode background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-shadow box-sizing caption-side clear clip color column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns content counter-increment counter-reset cursor direction display empty-cells filter flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float font @font-face font-family font-size font-size-adjust font-stretch font-style font-variant font-weight hanging-punctuation height justify-content @keyframes left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top max-height max-width @media min-height min-width nav-down nav-index nav-left nav-right nav-up opacity order outline outline-color outline-offset outline-style outline-width overflow overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside perspective perspective-origin position quotes resize right tab-size table-layout text-align text-align-last text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-justify text-overflow text-shadow text-transform top transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi vertical-align visibility white-space width word-break word-spacing word-wrap z-index



 

CSS3 transition-timing-function Property


ตัวอย่าง

ผลการเปลี่ยนแปลงที่มีความเร็วเท่ากันตั้งแต่ต้นจนจบ:

div {
    -webkit-transition-timing-function: linear; /* Safari and Chrome */
    transition-timing-function: linear;
}
ลองตัวเอง»

ความหมายและการใช้งาน

สถานที่ให้บริการการเปลี่ยนแปลงระยะเวลา-ฟังก์ชั่นระบุโค้งความเร็วของผลกระทบการเปลี่ยนแปลง

คุณสมบัตินี้จะช่วยให้ผลการเปลี่ยนแปลงที่จะเปลี่ยนความเร็วในช่วงระยะเวลาของมัน

ค่าเริ่มต้น: ease
รับการถ่ายทอด: no
Animatable: no. Read about animatable
เวอร์ชัน: CSS3
ไวยากรณ์ javascript: object .style.transitionTimingFunction="linear" Try it

สนับสนุนเบราว์เซอร์

ตัวเลขในตารางระบุราว์เซอร์รุ่นแรกที่สนับสนุนอย่างเต็มที่ทรัพย์สิน

ตามด้วยหมายเลข -webkit-, -moz- หรือ -o- ระบุรุ่นแรกที่ทำงานร่วมกับคำนำหน้า

คุณสมบัติ
transition-timing-function 26.0
4.0 -webkit-
10.0 16.0
4.0 -moz-
6.1
3.1 -webkit-
12.1
10.5 -o-

CSS ไวยากรณ์

transition-timing-function: linear|ease|ease-in|ease-out|ease-in-out|step-start|step-end|steps(int,start|end)|cubic-bezier(n,n,n,n)|initial|inherit;

ค่าทรัพย์สิน

ความคุ้มค่า ลักษณะ
ease ค่ามาตรฐาน ระบุผลการเปลี่ยนแปลงกับการเริ่มต้นช้าแล้วอย่างรวดเร็วแล้วจบช้า (equivalent to cubic-bezier(0.25,0.1,0.25,1) )
linear ระบุผลการเปลี่ยนแปลงที่มีความเร็วเท่ากันตั้งแต่ต้นจนจบ (equivalent to cubic-bezier(0,0,1,1) )
ease-in ระบุผลการเปลี่ยนแปลงกับการเริ่มต้นช้า (เทียบเท่า cubic-bezier(0.42,0,1,1) )
ease-out ระบุผลการเปลี่ยนแปลงที่มีปลายช้า (เทียบเท่า cubic-bezier(0,0,0.58,1) )
ease-in-out ระบุผลการเปลี่ยนแปลงกับการเริ่มต้นและจุดสิ้นสุดช้า (เทียบเท่า cubic-bezier(0.42,0,0.58,1) )
step-start เทียบเท่ากับ steps(1, start)
step-end เทียบเท่ากับ steps(1, end)
steps(int,start|end) ฟังก์ชั่นระบุก้าวที่มีสองพารามิเตอร์ พารามิเตอร์แรกระบุจำนวนของช่วงเวลาในการทำงาน มันจะต้องเป็นจำนวนเต็มบวก (greater than 0) พารามิเตอร์ที่สองซึ่งเป็นตัวเลือกอย่างใดอย่างหนึ่งเป็นค่า "start" หรือ "end" และระบุจุดที่การเปลี่ยนแปลงของค่าที่เกิดขึ้นภายในช่วงเวลา ถ้าพารามิเตอร์ที่สองถูกละไว้ก็จะได้รับค่า "end"
cubic-bezier( n , n , n , n ) กำหนดค่าของคุณเองในการทำงานลูกบาศก์ Bezier ค่าที่เป็นไปได้ค่าตัวเลข 0-1
initial การตั้งค่าคุณสมบัตินี้เป็นค่าเริ่มต้น อ่านเกี่ยวกับการเริ่มต้น
inherit สืบทอดคุณสมบัตินี้จากองค์ประกอบหลักของมัน อ่านเกี่ยวกับการรับมรดก

Tip: ลองค่าที่แตกต่างกันในตัวอย่างด้านล่างเพื่อเข้าใจวิธีการทำงาน!


ตัวอย่าง

ตัวอย่างเพิ่มเติม

ตัวอย่าง

เพื่อทำความเข้าใจค่าฟังก์ชั่นที่แตกต่างกัน: ที่นี่ห้าองค์ประกอบ div ที่แตกต่างกันกับห้าค่าที่แตกต่างกัน

/* For Safari 3.1 to 6.0 */
#div1 {-webkit-transition-timing-function: linear;}
#div2 {-webkit-transition-timing-function: ease;}
#div3 {-webkit-transition-timing-function: ease-in;}
#div4 {-webkit-transition-timing-function: ease-out;}
#div5 {-webkit-transition-timing-function: ease-in-out;}

/* Standard syntax */
#div1 {transition-timing-function: linear;}
#div2 {transition-timing-function: ease;}
#div3 {transition-timing-function: ease-in;}
#div4 {transition-timing-function: ease-out;}
#div5 {transition-timing-function: ease-in-out;}
ลองตัวเอง»

ตัวอย่าง

เช่นเดียวกับตัวอย่างข้างต้น แต่ความเร็วของเส้นโค้งที่มีการระบุด้วยฟังก์ชั่นลูกบาศก์ Bezier:

/* For Safari 3.1 to 6.0 */
#div1 {-webkit-transition-timing-function: cubic-bezier(0,0,1,1;}
#div2 {-webkit-transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);}
#div3 {-webkit-transition-timing-function: cubic-bezier(0.42,0,1,1);}
#div4 {-webkit-transition-timing-function: cubic-bezier(0,0,0.58,1);}
#div5 {-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);}

/* Standard syntax */
#div1 {transition-timing-function: cubic-bezier(0,0,1,1;}
#div2 {transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);}
#div3 {transition-timing-function: cubic-bezier(0.42,0,1,1);}
#div4 {transition-timing-function: cubic-bezier(0,0,0.58,1);}
#div5 {transition-timing-function: cubic-bezier(0.42,0,0.58,1);}
ลองตัวเอง»

หน้าเว็บที่เกี่ยวข้อง

กวดวิชา CSS: CSS3 Transitions

อ้างอิง HTML DOM: transitionTimingFunction property