I\'m trying to make a simple animation like the simple jQuery below
animate({\'left\' : left_indent})
I\'m using the Angular2 Animations bu
Currently animations only allow for static definitions of values.
However, according to this git hub feature request raised in June 2016, there is a plan but it appears to still be on the backlog of features to add.
It hasn't been released yet.