Skip to content

Commit

Permalink
test animations
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Oct 5, 2023
1 parent 9630b0d commit 6021598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/example/Course_about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,12 @@ const About = () => {
<div className="content wrapper-continer">
{tabItems.map(({ id, section_class }) => {
return active === id ? (
<AnimationOnScroll duration={1.5} animateIn="animate__animated animate__fadeInLeft">
<div
key={id}
className={`about-course-tabs`}
dangerouslySetInnerHTML={{ __html: data?.overview }}
></div>
></div></AnimationOnScroll>
) : (
""
);
Expand Down

0 comments on commit 6021598

Please sign in to comment.