View Single Post
Posts: 324 | Thanked: 371 times | Joined on Dec 2009 @ Vancouver, BC
#28
Originally Posted by marmistrz View Post
But then I'll have to specify the height. And I want the spacer to automatically detect the space to take
Not if you use relative height (something like height: screen.height-otherstuff.height)

Originally Posted by marmistrz View Post
Is it possible to specify an animation for this?
Yes, look up one of the examples on how to create animations on property changes. You probably want to use the animation on opacity from 0 to 1, or on height.

Originally Posted by marmistrz View Post
How can I get the default height of a button?
I think it's in ButtonStyle object.
 

The Following User Says Thank You to Slocan For This Useful Post: