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.
closes #
Description:
Describe what the bug was or what the feature is.
e.g. On the README page, the typed in message "Computing Science Student Society" was wrapping on letters rather than words.
FOR BUGS
Root cause:
Explain the root cause of the issue.
e.g. Since the animation used GSAP's split by chars feature, each individual letter was its own inline-block, which means word wrapping wouldn't work since they were all separate divs.
Fix:
Describe your solution.
e.g. Added reverted the letters back to a single div using
split.revert()once the animation has completed.FOR FEATURES
Features:
(optional) Future issues:
If you foresee your change causing an issue in the future then mention it here.
If it's something we'll need to address then we can open another issue to address this one.