[MOOSE-310] Logo Marquee Fixes #302
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do/fix?
This pull request updates the Logo Marquee block to improve its customization and appearance. The main changes introduce a user-adjustable marquee speed via a range control in the block settings, update the spacing between logos, and ensure the selected speed is properly passed through the block's data and animation logic.
Logo Marquee Block Enhancements:
marqueeSpeedattribute toblock.jsonto allow storing the speed setting and passing it to the rendered markup.edit.js) so users can adjust the marquee speed from 50 to 1000, in increments of 50. The selected value updates the block attribute. [1] [2]data-marquee-speedattribute on the.logo-listelement, ensuring the speed setting is available on the frontend.view.jsto read thedata-marquee-speedattribute and adjust the animation duration accordingly, making the speed control functional.Documentation:
CHANGELOG.mdto document the new marquee speed control and spacing update for the Logo Marquee block.QA
Links to relevant issues