401
edits
(added descriptions, chapters examples) |
(note on transition-delay) |
||
| Line 146: | Line 146: | ||
}; | }; | ||
</pre> | </pre> | ||
Note: this could also be achieved with a span element and some CSS3, in particular the [http://www.w3.org/TR/css3-transitions/#transition-delay transition-delay] property, but the markup would be a lot more verbose and make it unreadable. | |||
=== Matching WMML elements using selectors === | === Matching WMML elements using selectors === | ||
edits