domhofmann / PRTween

Lightweight tween library for iOS
BSD 2-Clause "Simplified" License
459 stars 63 forks source link

Add delay to basic methods (like for alpha tweening) #33

Open tapforapp opened 11 years ago

tapforapp commented 11 years ago

Hi Dominik, Please, is possible to add delay also to this simple methods: [PRTween tween:someView property:@"alpha" from:1 to:0 duration:3];

?