if (place instanceof AnimationDissolvePlace || place instanceof AnimationFadePlace || place instanceof AnimationFlipPlace || place instanceof AnimationPopPlace
|| place instanceof AnimationSlidePlace || place instanceof AnimationSlideUpPlace || place instanceof AnimationSwapPlace) {
historyHandler.replaceCurrentPlace(new HomePlace());
historyHandler.pushPlace(new AnimationPlace());
} else {
if (place instanceof AboutPlace) {
historyHandler.replaceCurrentPlace(new HomePlace());