Open mickmcgrath13 opened 7 years ago
It could be nice to register all of the animations under an animations object on the stache helpers
animations
stache.registerHelper("animations", canStacheAnimate.animations);
..in order for that to work, we would need to use get (or similar) in can-stache/helpers/core's getHelper method (here)
get
I'll create an issue in can-stache and link it here
issue in can-stache to use get or observationReader: https://github.com/canjs/can-stache/issues/204
observationReader
It could be nice to register all of the animations under an
animations
object on the stache helpers..in order for that to work, we would need to use
get
(or similar) in can-stache/helpers/core's getHelper method (here)I'll create an issue in can-stache and link it here