Pricing Blog

CSS transition not working using component attribute

  • yoelfdz-1211740268022464612

    yoelfdz

    1 year ago

    I have created components that are animated using css transitions, they work fine when using a variable (boolean) to activate the class, but when using a component and using an attribute instead of the variable, the class is activated but not the css transition. Anyone knows why and how to solve it?