addons_gato_tts_ui_background_blur_background_blur.gd

Inherits: ColorRect

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Description

This Control node is used to blur the background when showing a dialog on top of the screen.

Methods

Tween

show_blur()

Tween

hide_blur()


Method Descriptions

Tween show_blur() 🔗

Show the blur progressively. If you need to wait for the animation to finish, this method returns the animation’s Tween. You can use its finished signal to wait for completion.


Tween hide_blur() 🔗

Hide the blur progressively. If you need to wait for the animation to finish, this method returns the animation’s Tween. You can use its finished signal to wait for completion.