Closed Indigo744 closed 7 years ago
Fix #314
Behavior before: https://jsfiddle.net/pur13u8k/3/ Behavior after: https://jsfiddle.net/u106vfar/2/
Note: I also updated updateElem() signature to be similar to initElem()
updateElem()
initElem()
initElem => (elem, elemOptions, id) [before] updateElem => (elemOptions, elem, animDuration) [after] updateElem => (elem, elemOptions, animDuration)
Hi @Indigo744 ,
Great fix ! Thanks for also having standardized the function signatures !
Fix #314
Behavior before: https://jsfiddle.net/pur13u8k/3/ Behavior after: https://jsfiddle.net/u106vfar/2/
Note: I also updated
updateElem()
signature to be similar toinitElem()