@fguillen wrote:
I am implementing what it can be understood as a slideshow.
I have a route called
next-slide
and in this route the next slide is calculated and shown. My intention is that when I callthis.transtionToRoute('next-slide')
the next slide is calculated again and shown.. and so on.The problem is that the default behaviour of Ember when you make a transition to the same route is to do nothing.
I would like to invoke everything so a new slide can be calculated. Also I would like to use some
liquid-fire
animations so I would like to be able to use transitions.(The slideshow reference is an example to simplify the context)
Posts: 4
Participants: 3