ember-animation / ember-animated

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

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

Closed SergeAstapov closed 10 months ago

SergeAstapov commented 10 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.