Decreased default morphPrecision from 25 to 15 for better visual.

This commit is contained in:
thednp 2016-09-18 01:07:15 +03:00
parent eaf8f73b07
commit 3c9683b002

View file

@ -58,7 +58,7 @@
S.pCr = function(w){ // pathCross
// path tween options
this._mpr = w._ops.morphPrecision || 25;
this._mpr = w._ops.morphPrecision || 15;
this._midx = w._ops.morphIndex;
this._smi = w._ops.showMorphInfo;
this._rv1 = w._ops.reverseFirstPath;