Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting Duration and Radius #7

Closed
thetripler opened this issue Mar 18, 2014 · 2 comments
Closed

Setting Duration and Radius #7

thetripler opened this issue Mar 18, 2014 · 2 comments

Comments

@thetripler
Copy link

Hello,

I seem to be having trouble with the callbacks to the PulsingHaloClass

The INIT values load correctly, but after the ViewDidLoad runs there are no connections being made back to the "PulsingHaloLayer"

None of these connections are working to adjust the halo:

[self setupInitialValues];

  • (IBAction)radiusChanged:
  • (IBAction)colorChanged:

My Method:

  • (void)HaloProximityFar {

    self.halo.radius = 140;
    self.halo.animationDuration = 12;
    }

I'm using iOS7.1 with ARC and Storyboards and added using CocoaPods

Thanks

Michael

@shannonchou
Copy link
Contributor

Hello Michael,
Currently "animationDuration" of "PulsingHaloLayer" can not be changed when it's running, except "radius" and "backgroundColor".

@shu223
Copy link
Owner

shu223 commented Oct 19, 2015

Please try the new release 0.0.6. It supports dynamic changing for animationDuration.

@shu223 shu223 closed this as completed Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants