Runtime Error
OnRafValueRequired
No value was provided to the data-on-raf
attribute.
The data-on-raf
attribute must only have a value, representing an expression to run on every requestAnimationFrame
event.
Example:
1<div data-on-raf="$count++"></div>
See the docs for the data-on-raf
attribute.