Currently, I am working on developing a hybrid app with HTML5 and AngularJS. One of the features I have incorporated is the use of Angular animate for page transitions. However, I have noticed that while the transition is seamless on iOS devices, there seems to be a noticeable lag on Android devices (specifically tested on Note5). I attempted to address this by utilizing translate3d for GPU acceleration, but unfortunately, the issue persists. Are there any alternative methods available to enhance the smoothness of the animation on Android devices?