Loading...
Question 1 of 5
Given the foliowing CSS code
.box{
transition-property: background-color
transition-duration: 28
transition-timing-function: ease-out
transition-delay: 1s
}
How long does it take to complete the transition from the time it begins?