Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1080
Trigger element position
posted

Hello, how can I trigger  when an item in the carouselPanel has arrived at its final position on the screen?

I can get the element ID through [executedCommand] and [ firstVisibleItemIndex], but the animation has not yet ended, and I need to know about it to perform further operations.

Thanks

VALERIO

Parents
No Data
Reply
  • 9694
    posted

    Hello Valerio,

    Unfortunately, there is no way to get inrformation about when the carousel animation ends. Thus writing a trigger based on carousel movement is not supported.

    Please request this functionality at the following website:
    http://devcenter.infragistics.com/Protected/RequestFeature.aspx

    If you post the concept of what you wish to develop, there may be another way to get what you want without having to rely on when an element reaches a certain location. Perhaps you could trigger your event when the user clicks on the element and give it a delay so your event doesn't occur right away.

    Thank you,

Children