interpolate sprite texture to another

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lalel345

I have a default texture and I want to change to another smoothly with the tween node, with this code it does not work

$Tween.start()
$Tween.interpolate_property($Sprite,"texture",
$Sprite.texture,
load("res://Sin título-1.png"),1,
Tween.TRANS_QUAD,Tween.EASE_IN_OUT)