diff --git a/src/behaviors/transition.js b/src/behaviors/transition.js index 2fb6fa36..836073ac 100644 --- a/src/behaviors/transition.js +++ b/src/behaviors/transition.js @@ -13,7 +13,10 @@ export default (showDefaultValue) => { // eslint-disable-next-line no-undef return Behavior({ properties: { - customStyle: String, + customStyle: { + type: String, + value: '' + }, show: { type: Boolean, value: showDefaultValue,