From 3be2d77ae311cb8adb263c5bf73cb41cbc4d0b2d Mon Sep 17 00:00:00 2001 From: Kimon Tsinteris Date: Thu, 1 May 2014 16:43:47 -0700 Subject: [PATCH] add color interpolation to basic animation; fix #36 --- pop/POPBasicAnimationInternal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pop/POPBasicAnimationInternal.h b/pop/POPBasicAnimationInternal.h index e1532b5d..be465e05 100644 --- a/pop/POPBasicAnimationInternal.h +++ b/pop/POPBasicAnimationInternal.h @@ -24,6 +24,7 @@ static void interpolate(POPValueType valueType, NSUInteger count, const CGFloat case kPOPValuePoint: case kPOPValueSize: case kPOPValueRect: + case kPOPValueColor: interpolate_vector(count, outVec, fromVec, toVec, p); break; default: