I wanted to try the custom interaction today and was wondering what I am doing wrong. My goal is to change the text in 3 paragraphs and the classes of the code widgets in which is a svg graphic. These classes change the color.
The button is just for testing. When I click the button in the Blocs preview, it scrolls to the beginning of the website. For some reason the individual interaction is not accepted / started.
So you want the 0, the 80 and the 240 to change to 450, 250, 1,230 for the first part?
im not sure what the second part is for, but If you remove the add class and remove class part, does that change your text? (if thats what you are wanting to happen.)
i just created a similar setup with 3
that say test1, test2, test3 and added an interaction, with 3 Set Text and wrote 400, 450, 500. added a button with the interaction on click and pressed it and the 3 pieces of text changed. So if that was what you wanted for the first part, mine worked. So maybe try removing the class parts of the interaction or putting a pause interaction after the set text, to see if that works. What is the second part doing?
Hello @AdamNotEve,
yes, I would like to change the 3 paragraphs. The add and remove classes are for the buttons, so you can see what is currently being calculated in the table. The solution was found by @Norm. It was the name of the custom interaction. Thanks for the quick reply and support.
Best, Alex