[Solved]Making width extend every second

I want to extend the width of the label every second.
I have trying few things but nothing worked.

Please reply,
:slight_smile: :slight_smile:

How long is the original width of the label?

1 Like

Here are the blocks you need to do this @tobi

I’d be interested to know what things you tried already?

The only issue I ran into was the the Label has a default width of Fit Contents so I used a block to manually set this to a numeric value (i.e. 48 px is this case)

Also, the delay of 0.01 was needed at the very beginning to allow time for the computed width property to be calcualted.

Screenshot 2020-05-29 at 13.20.46

2 Likes

240 px

I have tried timer etc.