oops, didn't put transition back
This commit is contained in:
parent
bb25504486
commit
a6f3806352
@ -6,7 +6,7 @@ function handleTransition(){
|
|||||||
|
|
||||||
// Calculates alpha until its zero
|
// Calculates alpha until its zero
|
||||||
if(currentAlpha > 0){
|
if(currentAlpha > 0){
|
||||||
currentAlpha -= .5;
|
currentAlpha -= .005;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user