Sets the pace of action within a transition
Overview tableease
transitionTimingFunction
transition-timing-function: cubic-bezier()
transition-timing-function: steps()
transition-timing-function: ease
transition-timing-function: ease-in
transition-timing-function: ease-in-out
transition-timing-function: ease-out
transition-timing-function: linear
transition-timing-function: step-end
transition-timing-function: step-start
Default transition timing
transition-timing-function: ease;
A series of elements animate in progression. View live example
No easing behavior: animation starts and stops abruptly and proceeds at a constant rate.
transition-timing-function: linear;
See how changing the timing value affects a sequence of two transitions
Usage
Along with other transition properties, multiple values
separated by commas apply to transitions in the same order as they are listed by the transition-property property. Excess values are ignored. If there are fewer timing values than transitions, they’re recycled in order of declaration until their numbers match.
Related specificationsMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4