Quote from
luishp on October 18, 2021, 7:17 am
@giasal it seems JQuery has problems animating color or background-color properties. Use neoAnimateTo instead:
CreateEmptyObject [myCSS]
SetVar [myCSS("color")] "#9ACD32"
neoAnimateTo "TextInput1" [myCSS] 1 0 "none" "easein"
Regards.
@giasal it seems JQuery has problems animating color or background-color properties. Use neoAnimateTo instead:
CreateEmptyObject [myCSS]
SetVar [myCSS("color")] "#9ACD32"
neoAnimateTo "TextInput1" [myCSS] 1 0 "none" "easein"
Regards.
javadrajabihakami has reacted to this post.