docs(style): `transition-property:all` not supported

closes #38

Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com>
pull/784/head
patomation 5 years ago committed by Shahar Dawn Or
parent 5c6c07e679
commit 4a78787da7

@ -460,6 +460,8 @@ h('span', {
This makes it easy to declaratively animate the entry of elements.
The `all` value of `transition-property` is not supported.
#### Set properties on `remove`
Styles set in the `remove` property will take effect once the element
@ -479,6 +481,8 @@ h('span', {
This makes it easy to declaratively animate the removal of elements.
The `all` value of `transition-property` is not supported.
#### Set properties on `destroy`
```mjs
@ -491,6 +495,8 @@ h('span', {
}, 'It\'s better to fade out than to burn away')
```
The `all` value of `transition-property` is not supported.
### Eventlisteners module
The event listeners module gives powerful capabilities for attaching

@ -17,6 +17,7 @@
"karma",
"package",
"relic",
"style",
"typescript",
"vscode"
]]

Loading…
Cancel
Save