Skip to content

Commit

Permalink
Update CommonTransitions.java (#3641)
Browse files Browse the repository at this point in the history
Closed an unclosed list element causing an unnecessary blank list to be shown on the document
  • Loading branch information
ahnafbinazad authored Oct 6, 2022
1 parent a1a8a32 commit 9c80dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* <li>Slide - the exiting form slides out of the screen while the new form slides in (can be vertical or horizontal). </li>
* <li>Slide Fade - slides the content pane while fading the title. This is the default iOS transition. </li>
* <li>Cover/Uncover - like slide only one of the forms remains in place while the other moves. </li>
* <li>Fade - components fade into/out of the screen<li>
* <li>Fade - components fade into/out of the screen</li>
* <li>Timeline - uses an animation image as an alpha mask between the source/destination</li>
* </ol>
*
Expand Down

0 comments on commit 9c80dba

Please sign in to comment.