Skip to content

effects/fullscreen: Rewrite the effect using ES6 features

Vlad Zahorodnii requested to merge work/fullscreen-ecmascript-6 into master

This is to keep the fullscreen effect in sync with the maximize effect.


I simply copied the source code of the maximize effect and did s/maximize/fullscreen/g

Edited by Vlad Zahorodnii

Merge request reports