Skip to main content

Graphics::transitionToBlurred

Time in ms to transition to fully blurred screen. RU: время в мс до перехода к полностью размытому экрану.

Syntax

```js mp.game.graphics.transitionToBlurred(transitionTime); ```

Required Arguments

  • transitionTime: float

Return value

  • Boolean

Example

```js mp.game.graphics.transitionToBlurred(1000); // Blur the screen after 1000ms (RU: Размываем экран через 1000 мс) ```

See also