Hi,
Three triangles are expected to appear in this jsfiddle, but it doesn’t work. Can you figure out why?
Apologies if this request is not appropriate to this forum.
Thanks
Hi,
Three triangles are expected to appear in this jsfiddle, but it doesn’t work. Can you figure out why?
Apologies if this request is not appropriate to this forum.
Thanks
Hi!
There is a condition in easyAttr()
function, where you create attributes.
For trans
you need to call it like that:
var trans = easyAttr( transArr, 3, true );
Thanks, I need to take a nap
You’re welcome