We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1."settings.refreshOnResize" only appear once in the code, and it seems invalid when window.resize https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/behaviors/visibility.js#L167
2.Docs use "settings.checkOnResize" but the code use "settings.checkOnRefresh"? https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/behaviors/visibility.js#L1175
3.Can one element use visibility twice ? I need different offset but it seems invalid when using visibility twice.
thank you so much!
The text was updated successfully, but these errors were encountered:
1/2) . refreshOnResize is missing its default setting. This is a typo and a bug. Thanks for the catch.
checkOnRefresh
refreshOnResize
$('.foo') .visibility( onTopVisible: function(){}) .visibility( namespace: 'visibility2', onTopVisible: function() {}}) ;
I intend to put examples of this in the module docs whenever I get time.
Sorry, something went wrong.
thanks for answering.
#2615 Adds missing default value for refreshOnResize
2219ea8
#2615 re-order settings
c091f50
No branches or pull requests
1."settings.refreshOnResize" only appear once in the code, and it seems invalid when window.resize
https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/behaviors/visibility.js#L167
2.Docs use "settings.checkOnResize" but the code use "settings.checkOnRefresh"?
https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/behaviors/visibility.js#L1175
3.Can one element use visibility twice ? I need different offset but it seems invalid when using visibility twice.
thank you so much!
The text was updated successfully, but these errors were encountered: