here is the correct script –
var mComp = app.project.activeItem;
var selecLayers = mComp.selectedLayers;
for (i=0;i=0; k–){
var newKeyValue = seleProp[j].keyValue(seleKeys[k]);
var newKeyTime = seleProp[j].keyTime(seleKeys[k]) + 0.06;
var newKey = seleProp[j].addKey(newKeyTime);
seleProp[j].setValueAtKey(newKey, newKeyValue);
seleProp[j].removeKey(seleKeys[k]);
}
}
}
pbk