You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New function callback when the popup hides. This should be used with the visible time prop, call and return the id given as param
For example:
<Bannerid="banner4"title="This is an example banner with CSS and 3 Seconds of Visibility"css={this.state.banner3Css}visibleTime={3000}showBanner={true}onHideCallback={(bannerId)=>alert('This is an example banner with CSS and 3 Seconds of Visibility Hidden')}/>
Enhanced fade in / out animations
Several code updates and optimiation to avoid double rendering
There is no need to use the showBanner prop anymore and will soon be deprecated
Breaking Changes
Banner Id new prop required
Other
showBanner prop is under revision and will be deprecated in a future version
This discussion was created from the release v0.7.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Changes and features
For example:
Breaking Changes
Other
showBanner prop is under revision and will be deprecated in a future version
This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions