Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 167 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 167 Bytes

RAF

Singleton Request Animation Frame

API

  • RAF.subscribe( 'mySubscriberId', mySubscriberFn )
  • RAF.unsubscribe( 'mySubscriberId' )
  • RAF.start()
  • RAF.stop()