Hi! would u like to tell me How to remove slide effect and keep hero animate when push navigationviewcontroller ?

This is the default animation for navigation controller provided by Hero. To disable the push animation, set self.hero.navigationAnimationType to .fade or .none on the navigation controller.
Most helpful comment
This is the default animation for navigation controller provided by Hero. To disable the push animation, set self.hero.navigationAnimationType to .fade or .none on the navigation controller.