Allow to use component.hide(timeout). Based on the {'visible'|'remove'} hiddenType the component will use css:visibility or vdom:removeDom to hide the component.
If using 'remove' allows to add a timeout, so that you can add a class to fadeout the component, before removing from DOM
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
If adding a new feature, the PR's description includes:
Other information:
Allow to use component.hide(timeout). Based on the {'visible'|'remove'} hiddenType the component will use css:visibility or vdom:removeDom to hide the component. If using 'remove' allows to add a timeout, so that you can add a class to fadeout the component, before removing from DOM
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themasterbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: