Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Link to VELAnimatedBinding example gist from PROBinding.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Apr 23, 2012
1 parent babe25e commit eeb4495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Proton/PROBinding.h
Expand Up @@ -24,6 +24,9 @@
* than the main thread, and will always trigger on the main thread (even if the
* change occurred on another).
*
* `PROBinding` can be subclassed to add additional behaviors, such as
* [animated changes](http://gist.github.com/2432590).
*
* @warning Bindings must always be explicitly removed (either through <unbind>
* or <removeAllBindingsFromOwner:>) before their <owner> is deallocated.
*/
Expand Down

0 comments on commit eeb4495

Please sign in to comment.