From 55b639e928754eff2fd04caf214ed4c52f3009e0 Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Fri, 7 Mar 2014 09:50:05 +0100 Subject: [PATCH] Rename properties --- less/mixins.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/mixins.less b/less/mixins.less index 0abac7fbb4..eee5865caf 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -152,8 +152,8 @@ // Deprecated as of v3.2.0 due to the introduction of autoprefixer (will be removed in v4) .transition-timing-function(@timing-function) { - -webkit-animation-timing-function: @timing-function; - animation-timing-function: @timing-function; + -webkit-transition-timing-function: @timing-function; + transition-timing-function: @timing-function; } // Deprecated as of v3.2.0 due to the introduction of autoprefixer (will be removed in v4)