Scenic.Script.pop_state

You're seeing just the function pop_state, go back to Scenic.Script module for more information.

Specs

pop_state(ops :: t()) :: ops :: t()

Reverts the style/transform state of the script to the most recently pushed state.

This function restores the style and transform states from a stack of states. The idea is that you can make changes, then "pop" back to where the state was before.

push_state/1 must be preceded with either push_state/1 or pop_push_state/1