Skip to content

effects/squash: Use cubic easing curve

Vlad Zahorodnii requested to merge work/squash-cubic-curve into master

According to the HIG, the InCubic easing curve should be used if the animated item changes its state from visible to invisible and the OutCubic easing curve if vice versa.

Merge request reports