You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camera.fadeIn is a new method that will fade the camera in from a given color (black by default) and then optionally invoke a callback. This is the same as using Camera.flash but with an easier to grok method name. Fixphaserjs#3412
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ A special mention must go to @orblazer for their outstanding assistance in helpi
27
27
* Camera.shake now has an optional `callback` argument that is invoked when the effect completes (thanks @pixelscripter)
28
28
* Camera.fade now has an optional `callback` argument that is invoked when the effect completes (thanks @pixelscripter)
29
29
* Camera.flash now has an optional `callback` argument that is invoked when the effect completes (thanks @pixelscripter)
30
+
* Camera.fadeIn is a new method that will fade the camera in from a given color (black by default) and then optionally invoke a callback. This is the same as using Camera.flash but with an easier to grok method name. Fix #3412 (thanks @Jerenaux)
31
+
* Camera.fadeOut is a new method that will fade the camera out to a given color (black by default) and then optionally invoke a callback. This is the same as using Camera.fade but with an easier to grok method name. Fix #3412 (thanks @Jerenaux)
0 commit comments