June, 2015
now browsing by month
Pierre Hébert I have 2 really helpful suggestions and mostly easy to implement (i guess):
– Two new standard variables: PositionX and PositionY of the container in which is the item concerned;
– The possiblity to set bindings in general properties of the container;
I hope this helps! 🙂
]]>Now, I didn’t do the last update (I was about to do it), when trying to access desktop settings, I have this… Why?
Now, I didn’t do the last update (I was about to do it), when trying to access desktop settings, I have this… Why?
]]>Animation bugs Pierre Hébert
If you set an offset parameter in the animate function, the interpolator one is not used, always “ad” (default)
for example:
animate(“$name”,500,”bo”,500) return the one with “ad” instead of “bo”
[This is not strictly a bug, but could be with ‘pixel perfect’ animations]
When a animation ends, the final value does not necessarily matches the real one, the difference is from the order 1e-5 , but it is a difference. Could it be done so that when the animation finish the value is set to the real one?
]]>Please tell me how to code this properly
animate(‘$b’==90 ? 90 : 150)
want to toggle b variable over,maybe 500ms
thankyou
]]>

D5 Creation