dineshux
Results
1
comments of
dineshux
Use this css to disable the animation ``` .Popover { transform : translateY(0px) !important; transition-duration: 0ms; transition-property: transform !important; .Popover-tip{ transition: -webkit-transform 0ms ease-in !important; } } ```