'CSS transition ease in and ease out different value

I want to apply for CSS transition different values on hover in ease-in and ease-out.

Like this,

ease-in: 180ms,
ease-out: 240ms

when I hover it will be 180ms ease-in, but when hovering out it will be 240ms ease-out.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source