mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-23 17:42:01 +01:00
decrease final delay to 2sec
This commit is contained in:
@@ -263,7 +263,7 @@ angular.module('app', ['angular-flippy', 'level-selector', 'level-complete'])
|
|||||||
if ($scope.areAllSelectedSame()) {
|
if ($scope.areAllSelectedSame()) {
|
||||||
$scope.setSelectionState('solved');
|
$scope.setSelectionState('solved');
|
||||||
if ($scope.isLevelComplete()) {
|
if ($scope.isLevelComplete()) {
|
||||||
$timeout($scope.completeLevel, 3000);
|
$timeout($scope.completeLevel, 2000);
|
||||||
}
|
}
|
||||||
} else if ($scope.selectionCounter == $scope.chainLength) {
|
} else if ($scope.selectionCounter == $scope.chainLength) {
|
||||||
$timeout($scope.resetSelection, 1000);
|
$timeout($scope.resetSelection, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user