Issues getting reveler scale to auto expand into white space. #1185
Unanswered
LurkAndLoiter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get a row with 2 boxes. One is a reveler box that contains a label that reveals a scale on hover. the second box is just a label with text ideally the two states should look like:
![20240831_00h55m58s_grim](https://private-user-images.githubusercontent.com/93033540/363390172-2b6b5dcc-b417-4c3e-a4ae-d6e6105b4c16.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTYzNjIsIm5iZiI6MTczOTY5NjA2MiwicGF0aCI6Ii85MzAzMzU0MC8zNjMzOTAxNzItMmI2YjVkY2MtYjQxNy00YzNlLWE0YWUtZDZlNjEwNWI0YzE2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA4NTQyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIyYzk4NTYxZjk0ZmYyMDg5NWMxMTVkMjQ3ZDczOGMyNGYxNWMwNDNiYmNkYmJjZTRlNGJiZjE5MWVkNDU3ZDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nkAOiUZ3GAVPVP6E7f4LHyeuuF4_cYLlubJRGqiQl0M)
:normal
:hover
![20240831_00h57m44s_grim](https://private-user-images.githubusercontent.com/93033540/363390177-13e4cc30-8b94-4b78-9732-62dfe244de0f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTYzNjIsIm5iZiI6MTczOTY5NjA2MiwicGF0aCI6Ii85MzAzMzU0MC8zNjMzOTAxNzctMTNlNGNjMzAtOGI5NC00Yjc4LTk3MzItNjJkZmUyNDRkZTBmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA4NTQyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3NWQ2MTVmMmY2ZjBjNjRiMjAwMDk2ZGE0OWViOWQ1NDcxMTY2NDMyMjQ0NThlNjg2NTlmNWExY2U2ZGViY2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3bjWf0fwDCFS4KuYPz0Wk5nWMuZGS1AfNHuiN-aza0A)
The below code is able to accomplish the desired functionality but ends up voiding both transition and duration from the revealer.
This is caused by
:hexpand true
on the revealer. Removing this no longer voids transition and duration however, I could not find a way to get the scale to autofill the remainder of redcol.Alternatives I have tried.
reveler :hexpand false
scale :width "100%"
scale :width "100%" :hexpand true
Hoping a new pair of eyes might see something I am missing.
test.yuck
test.scss
Beta Was this translation helpful? Give feedback.
All reactions