I would like to disable the animation that opens Popover, starting from the upper left corner. Instead, I want it to open as it closes when I "fire", something like the FadeOut of the whole element.
I can not do it. It is unclear if I can pass any parameters to the create method.
White Paper Popover
Thank you very much.
You can turn off NavOptions animations
let popover = this.popoverCtrl.create("YourPage"); popover.present({animate: false});
You can also change the type of animation. See the document for more information.
Source: https://habr.com/ru/post/1272284/More articles:How promising is the forced alignment of the structure with `__attribute __ ((packed, aligned (N)))? - cDisable cascading deletion on EF Core 2 globally - entity-frameworkCheck if array value is included in string - javascriptRename UIDocument to iCloud - iosInvalid code changes calculation results - floating-pointXamarin.Forms Previewer "Connection closed" - formsXcode 9 - Simulator: screenshots taken do not have the correct resolution for ItunesConnect - simulatorASP.NET MVC Multiple forms on one page: validation does not work - validationHow to sort query results by distance in Laravel QueryBuilder / MySQL Spatial Package? - phpWhat is the difference between "keys.each" and "each_key"? - performanceAll Articles