# Bug Report **Fivethree version:** [x] **0.9.x** **Current behavior:** **Expected behavior:** The popover animation is supposed to be at least as smooth as the default ionic popover. **Steps to reproduce:** A simple installation of the package in a new ionic 5 project, then import the popover component into a page. **Related code:** Add contacts Click this button to add contacts Add Emergency Contact Name Email Address Phone Number Relationship add contact ``` insert short code snippets here ```
Bug Report
Fivethree version:
[x] 0.9.x
Current behavior:
Expected behavior:
The popover animation is supposed to be at least as smooth as the default ionic popover.
Steps to reproduce:
A simple installation of the package in a new ionic 5 project, then import the popover component into a page.
Related code:
<ion-fab vertical="bottom" horizontal="end" slot="fixed" color = "primary" (click) = "dialog.open()">
<fiv-icon #feature = "fivFeature" [fivFeature] = "content" name = "add">
<ng-template #content>
Add contacts
Click this button to add contacts
Add Emergency Contact Name Email Address Phone Number Relationship add contact