fix(popover): Reduce animation length to 100ms

This commit is contained in:
Juan Tejada 2016-03-23 17:43:43 -07:00
parent 9413459311
commit 176e3d05c3

View file

@ -82,7 +82,7 @@
}
.fixed-popover,.fixed-popover-pointer,.fixed-popover-pointer.shadow {
transition: opacity 200ms ease-in-out;
transition: opacity 100ms ease-in-out;
}
}