Animation support in Ember 1.1

Any ideas how to use Liquid Fire to animate collection changes in a list? Thanks!

I was actually wondering the same myself recently. Iā€™m betting it will require a new helper be added, like it already has for outlet, with, if, ect, but for each, i.e. {{#liquid-each items}}...{{/liquid-each}}.

Probably worth creating an issue/enhancement request in the github repo for it. assuming there isnā€™t one already.

Done. Submitted the feature request: https://github.com/ef4/liquid-fire/issues/65

Can we implement ā€œTransitionsā€ part of App.js into Ember.js?

Repo: https://github.com/kikinteractive/app
Demo: App.js | Mobile webapps made easy

Hi,

we are currently investigating to transition from Angular to Ember for our apps and animation support is one of two features which are important to us. Sadly I canā€™t really find any information about animation support in Ember. Searching on http://emberjs.com/ I just found one old entry from 2013/12/17 about animation support stating ā€œWeā€™re still working on having animation support be built in to the framework,ā€. What is the current state about this topic? Is this thread the most recent discussion?

If youā€™re taking about route transitions and value change animations, liquid-fire is the de facto standard and even recently sanctioned by the core team, adopting a similar release cycle.

From what I understood from EmberConf 2015, ther is Liquid Fire project that plan is to make 1st class citizen of ember ecosystem starting with 1.11:

http://ef4.github.io/liquid-fire/#/helpers/liquid-outlet

Thank you both, this helps me a lot. I have yet to see the EmberConf vids. I hope Liquid Fire will be under the Ember repo umbrella some day so it can be easily seen as the de facto standard for new Ember developers. Thank you!