Does plotly.js has any feature like setting "anti-aliasing" in matplotlib?

Does plotly have any feature like that?

example code :

ax.plot_surface(X, Y, Z, rstride=1, cstride=1, cmap=cm.coolwarm,
                       linewidth=0, antialiased=False)

Not at the moment unfortunately.

I posted a solution to add anti-aliasing effect here: Is there a way to anti-aliasing a contour overlapped on surface?