I want to apply some motion to page when menu item clicked

How can i do this with bootstrap studio?

Thanks

Can you be more specific? Are you talking about scrolling the page, or having something specific happen? Scrolling is just a matter of making the item a link, giving the place you want to scroll to an ID, and then setting the link to that ID.

On-click attributes are disabled in BSS for security reasons, however the developers recently stated they would be made available in an upcoming updated. The only way to do this now is by writing javascript.

Thanks for you replay Printninja. I want something like smooth scrolling.Is there any way to do this automatically in BSS , or should i write javascript code ? Sorry for my english

Take a look at this. You can easily add custom CSS with Bootstrap Studio.

https://www.w3schools.com/howto/howto_css_smooth_scroll.asp

Thanks Printninja.I tried it , and works well.Thanks