Skip to content

Commit

Permalink
WRR-387: Updated documentation for Panels arranger
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Jiye Kim (jiye.kim@lge.com)
  • Loading branch information
vJIYEv committed Nov 18, 2024
1 parent 3ad4630 commit 8e5369d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/Panels/Arrangers.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ const deferArrange = (config, keyframes, options) => {
/**
* Arranger that slides panels in from the right and out to the left.
*
* This arranger is visually same as {@link ui/ViewManager.SlideLeftArranger} when transition but uses transform percentages instead of pixel values.
* Because BasicArranger is an optimized version of {@link ui/ViewManager.SlideLeftArranger}, {@link ui/ViewManager.SlideLeftArranger} can be written in documentation instead of BasicArranger in unavoidable case.
*
* @type {Arranger}
* @private
*/
Expand Down

0 comments on commit 8e5369d

Please sign in to comment.