In iOS swift I use HeroTransition library to make animations. Is there a way to change animation speed?
let vc = DODViewController.init(with: project , projectType: .doodle, needToMapFolderIndex: nil)
let heroId = "newcontentscanvas1"
cell.hero.id = heroId
vc.hero.isEnabled = true
vc.view.hero.id = heroId
self.present(vc, animated: true, completion: nil)