You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run it it tells me "Uncaught TypeError: e.replace is not a function." This is in velocity.min.js, line 6, and the stack shows calling function as the second velocity call above. mousepos is a two-element array of screen x and y, as is dest. If I take out the opacity value in the second call, it works fine.
The text was updated successfully, but these errors were encountered:
This will get fixed in v3, but the heart of the issue is that all css properties are actually strings - and somehow I skipped checking and fixing it in some circumstances - a quick fix would be to use opacity: "0", - but this is definitely a bug that needs handling (and testing for!)
Your system information
I have code in a class that looks like this:
When I run it it tells me "Uncaught TypeError: e.replace is not a function." This is in velocity.min.js, line 6, and the stack shows calling function as the second velocity call above.
mousepos
is a two-element array of screen x and y, as isdest.
If I take out the opacity value in the second call, it works fine.The text was updated successfully, but these errors were encountered: