tweenjs / es6-tween

ES6 version of tween.js
MIT License
186 stars 34 forks source link

Moving outside the null selector condition #83

Closed Malows closed 4 years ago

Malows commented 4 years ago

A little suggestion, is to move the falsy check of the selector outside the ternary expression. Also, moving the long boolean expression, only for readability purpose

dalisoft commented 4 years ago

Nice, thanks