Bricks Version: 1.5.7 Browser: All OS: macOS URL: NA
When assigning a class to a Div in Bricks and styling the INTERACTIVE-tilt element, the style is not applied to the class. It is applied to the div. There is no way to assign the INTERACTIVE-tilt style to the class.
Thanks for your reply. When selecting say a DIV, on the left panel, thereâs an animation menu near the bottom. Expanding it exposes âinteractiveâ options, one of which is tilt. Even when a class is selected, values are assigned to the DIV. Other animations may be impacted as well.
Hey Bret,
We use animate.css for the animations, which is class-based. If you select âfade-in rightâ, for example, the div receives two further classes: brx-animated brx-animate-fadeInRight, which are exclusively responsible for the animation. As they are independent classes, the animation is not added to your custom class.
Of course, you can create your animations with custom CSS.
Sorry to say it that clear: Animations are completely useless in Bricks since they are only working on ID level. This is absolutely not scalable and thus canât be used in everyday life. ID level may be fine for hobby sites or hobby creators, but not for us as agencies or professional freelancers.
Please rethink your decision and rework animations as soon as possible ⊠and make them class based. Everything else is useless.
Yes, of course we can add our own animation system on top of bricks ⊠but does that really make sense to have existing animations available in Bricks, not be able to use them and need to add our custom animation systems ⊠hmmm ⊠not really sure about that!
Hi Michael,
I recommend you look at animate.css - then you will see that nothing happens at the ID level. By selecting an animation, youâre adding a (utility) class
this means bricks animations are only animatecss utility classes? thats also would explain why canât even set our own effect durations. a very strange decision, and only cause they use it as utility classes doesnât justify to handle it in bricks same way. especially when it comes to scalability. but i know we will get the âcreate your own classâ argument again.