I got a simple Question.
While I’m scrolling my Page, I see on Chrome-DevTool the new class that will added to an Element.
For my case …
Where I could see this in Pinegrow?
The Tree and the Code-Editor in Pinegrow does not change.
Yes and no. If you have JavaScript active on the page you can do an inspect of the element before and after the action to see the change. So, for example if you open the https://scrollmagic.io/examples/basic/class_toggles.html page in Pinegrow using the “Open url…” under the file menu and then click on the first element of the class toggle indicators at the top:
Then look at the style attributes before you scroll by the trigger you will see:
A bit awkward but okay… Maybe it could be an upcoming new feature. This will help so see the behavior of the page in some cases. Now I have to know where the Element got the changing class.