Q: Works with any theme any page builder
Or is it working only with Gutenberg?
How much page weight (say in KB or MB) can a typical motion scrip on average add further?
Benjamin_Intal
Apr 18, 2026A: Hello! Thanks for your question!
If you do not have any interactions in the page, nothing is added.
If you have interactions, the weight added should be minimal. To give you an idea, I did a simple interaction where a block flies in when it enters the viewport, and it added the following overhead:
➡️ An additional 15.5kb script - this is our main Interactions script/engine
➡️ +1 kb added to the main HTML - this is the data of the interactions loaded in the page
If you have more interactions, the amount of weight added depends on the usage, like if the action/trigger needs additional scripts to run. The more interactions you add, their data and settings would needed to be loaded in the main HTML.
Just expect a couple of KB added in the page even if you have complex interactions.