Skip to content

Commit

Permalink
Removed delay to start animation
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardemoya committed Jun 2, 2016
1 parent 69932fa commit a894c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/BAFluidView.m
Expand Up @@ -330,7 +330,7 @@ - (void)startAnimation {
selector:@selector(updateWaveCrestAnimation)
userInfo:nil
repeats:YES];

[self.waveCrestTimer fire];
//check if we're adding tiltAnimations, otherwise add straight to view
if(self.roll){
[self startTiltAnimation];
Expand Down

0 comments on commit a894c4a

Please sign in to comment.