statueofdavid / david-bb-site

my latest attempt at a portfolio
0 stars 0 forks source link

Research how to use JavaScript with css animations #13

Closed statueofdavid closed 2 months ago

statueofdavid commented 2 months ago

I want to first attempt to enhance the css animation experience. I am hoping I can achieve the desired effect.

statueofdavid commented 2 months ago

off a quick YT search, I found some css animations vids talking about pause and running with animation-play-state (https://www.w3schools.com/cssref/css3_pr_animation-play-state.php), animation-iteration-count (https://www.w3schools.com/cssref/css3_pr_animation-iteration-count.php), and some others but no css animation solution seems to provide a reliable start, stop animation (at least for table elements)

statueofdavid commented 2 months ago

ugh closing.... after researching I decided to go framework. Probably nextjs for now.