Configures UI component visibility animations. This object contains two fields: show and hide.
Selector: DxAnimation
Default Value: { show: { type: 'fade', from: 0, to: 1, duration: 100 }, hide: { type: 'fade', from: 1, to: 0, duration: 100 } }
Set this object to null or undefined to disable animation.
An object that defines the animation properties used when the UI component is being hidden.
Selector: DxHide
Default Value: { type: 'fade', from: 1, to: 0, duration: 100 }
An object that defines the animation properties used when the UI component is being shown.
Selector: DxShow
Default Value: { type: 'fade', from: 0, to: 1, duration: 100 }
Feel free to share topic-related thoughts here.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4