Opened 15 years ago
Closed 14 years ago
#17426 closed defect (bug) (fixed)
Twenty Eleven: Missing comma in transition-property
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.2 | Priority: | normal |
| Severity: | normal | Version: | 3.2 |
| Component: | Themes | Keywords: | |
| Focuses: | Cc: |
Description
In Twenty Eleven, a comma is needed between the properties in transition-property
.featured-posts section.featured-post {
-webkit-transition-duration: 200ms;
-webkit-transition-property: opacity visibility;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 200ms;
-moz-transition-property: opacity visibility;
-moz-transition-timing-function: ease;
}
The attached patch fixes this.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
See http://www.webkit.org/blog/138/css-animation/ and https://developer.mozilla.org/en/CSS/transition-property