Skip to content

[Question]How to expand a new page on the page #3644

Answered by AthenaRoland
AthenaRoland asked this question in Q&A
Discussion options

You must be logged in to vote

I seem to have found a solution that is even more animated than adding and removing

def Lyirc(e):
global lyricon
if lyricon % 2 == 0:
showOnMoreButton.selected = True
showOnMoreButton.update()

        page.scroll = True
        page.scroll_to(1400)
    else:
        showOnMoreButton.selected = False
        showOnMoreButton.update()
        page.scroll_to(1)
        page.scroll = False
    lyricon += 1
    page.update()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AthenaRoland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
1 participant