MDCFocusView
MDCFocusView copied to clipboard
Allow MDSpotlight to be animatable.
The drawRect method is unfortunately not fast enough to allow the spotlight to be animated. MLPSpotlight functions similarly and you can see the work I've done to make this happen here:
https://github.com/EddyBorja/MLPSpotlight/issues/6
This extrapolates frames and forces drawRect to be called. I've been looking for a better way to make this happen. Any ideas?