Jeff wrote:
Does anyone have a RFF project they've build that has any of the 'wow' or 'animate' elements in it that they could share? I still can't get any of those to work in RFF.
Thanks!
Really if you just want the animation like "tada" on a heading you first make sure you link to the animate.css file in your header. I download it and add it to a folder in resources I create named css. Then I choose it and link. (When exported then the folder is the same as the other css so it is added without destruction. I do the same with JS too....
After that it is simply creating a class "animated" and "tada" on your heading class and thats it.
Now adding additional control of that is another story. If you want duration, delay, and all the other deep diving stuff in animate.css you are going to have to use javascript to pass the FF attribute you create to the correct name of the control effect. I started to do that but found out some info for BB that showed me how to apply that to a slideshow. There was not anything I could find for FF but always thought of coming back and advancing it. I will see if I have a FF slideshow with the animate.css to share or the codpen for the BB carousel with duration and delay with the javascipt code. You might be able to transfer the same logic.
Please keep in mind I have no idea what i am talking about....just learning as I go.
Bootstrap 5 CSS Grid.