ember-animation / ember-animated

Core animation primitives for Ember.
https://ember-animation.github.io/ember-animated/
MIT License
245 stars 90 forks source link

Glint: make predicate Positional in animated-if and animated-value signatures #661

Closed SergeAstapov closed 12 months ago

SergeAstapov commented 12 months ago

Follow up to #613

{{animated-if}}, {{animated-value}}, {{animated-value}} are control flow expressions and not regular components as they expected to be used via curly braces.

We probably should implement custom curly component manager to enforce that, but that's separate.