mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Update CPViewAnimator.j
This fixes parameter type.
This commit is contained in:
@@ -37,7 +37,7 @@ var DEFAULT_CSS_PROPERTIES = nil,
|
||||
[self _setTargetValue:YES withKeyPath:@"CPAnimationTriggerOrderOut" setter:_cmd];
|
||||
}
|
||||
|
||||
- (void)setAlphaValue:(CGPoint)alphaValue
|
||||
- (void)setAlphaValue:(float)alphaValue
|
||||
{
|
||||
[self _setTargetValue:alphaValue withKeyPath:@"alphaValue" setter:_cmd];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user