Skip to content

Conversation

fifoosid
Copy link
Contributor

No description provided.

@fifoosid
Copy link
Contributor Author

Fixes #371

* @defaultvalue false
* @public
*/
invisible: { type: Boolean, defaultValue: false },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe call this "hide"? I guess it's the reverse of "visible" from openui5

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another thought, can they easily use browser API for this? (display: none, etc...)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to keep the property and rename it to hide because the usage in frameworks will be smoother

@fifoosid fifoosid dismissed vladitasev’s stale review May 22, 2019 12:08

Requested changes are done

@keyframes grow {
0%, 50%, 100% {
-webkit-transform: scale( 1.0);
-moz-transform: scale( 1.0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the old days that was indeed necessarily, but could you check if all the browser prefixed properties are still needed (we do not support opera for sure)

@ilhan007 ilhan007 changed the title feat(ui5-busy-indicator): initial implementation feat(ui5-busyindicator): initial implementation May 29, 2019
@fifoosid fifoosid merged commit 6b6b544 into master May 31, 2019
@fifoosid fifoosid deleted the busy-indicator branch May 31, 2019 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants