diff --git a/src/io/video.js b/src/io/video.js index f961ce485..aba3f3dd4 100644 --- a/src/io/video.js +++ b/src/io/video.js @@ -56,6 +56,12 @@ class Video { * @type {Drawable} */ this._drawable = -1; + + /** + * Store the last state of the video transparency ghost effect + * @type {number} + */ + this._ghost = 0; } static get FORMAT_IMAGE_DATA () {