From: Bas Bosman Date: Fri, 7 Mar 2014 08:50:05 +0000 (+0100) Subject: Rename properties X-Git-Tag: v3.2.0~427^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b639e928754eff2fd04caf214ed4c52f3009e0;p=thirdparty%2Fbootstrap.git Rename properties --- 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)