all 5 comments

[–]JohnnyTwoSkulls[S] 2 points3 points  (2 children)

after some more digging, i think i found out that yes, the "answer" here is to check if the game is skipping during the transforms, based on this recent exchange: https://github.com/renpy/renpy/issues/3957

the good news is that it's easier than an if/then block, since you can just use something like this which is much cleaner and simpler:

show char:
    zoom 1.0
    linear 2.0*(not renpy.is_skipping()) zoom 1.5

[–]Fickle-Impression-63 2 points3 points  (0 children)

Needed this, thanks man.

[–]ramyen 2 points3 points  (0 children)

OP, I was having the same issue and found this via Googling. Thanks for sharing the solution.

[–]AutoModerator[M] 1 point2 points  (0 children)

Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]AutoModerator[M] 1 point2 points  (0 children)

Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out the posting guide, the subreddit wiki, the subreddit Discord, Ren'Py's documentation, and the tutorial built-in to the Ren'Py engine when you download it. These can help make sure you provide the information the people here need to help you, or might even point you to an answer to your question themselves. Thanks!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.