


A new "Target" group was added to Button and Link components' options.

You can now copy and paste multiple components and files simultaneously.The "Styles" tab also takes media queries into account when showing the CSS blocks that affect the selected component. It detects when rules are overridden by other blocks and lets you navigate to them. They let you quickly transfer settings between components. Our main aim is to provide the best quality free bootstrap website templates & themes to download for free for commercial or noncommercial projects from our site. New Copy/Paste and Reset buttons were added to all groups of the Settings panel.So in general for body and HTML, you will need to do this always, if the exported code has it.Īlso, if an element, that performs an interaction/animation, has this ‘data-w-id’, you will need to add the corresponding code to it.īecause of that, is preferable to create the animation related to classes and not to element id. Although free all themes and templates were precisely crafted with design, code and SEO on mind. When the page is resized re-start animationsįor my case, I needed to add: $('body').attr('data-w-id', '4ed49ac7-9cc4-d229-06dd-6db91a77663c') Bootstrapious brings you free Bootstrap 3 Themes for your next project. IX 2 Fix for if you have different interactions at different breakpoints Window.Webflow & ('ix2').init() ĭocument.dispatchEvent(new Event('readystatechange')) $('html').attr('data-wf-page', 'PAGEIDFR…īut it does not solve my problem entirely. IX 2 Fix for loading animations when the site loads I’d be interested if someone has a better idea on how to do this, but for now this works fine for me: Reinitialize Webflow IX2 Animations & InteractionsĪlso just FYI, I was having problems when using different interactions at different breakpoints so to combat this I made an event listener with a debounce for 500ms for when the page resizes to re-initiate the interactions:
