Skip to content

Tag: html

FadeInLeft effect when changing content

How can I get the FadeInLeft effect when changing content from .opacity=0 to .opacity=1 on the left side. I tried to solve this problem with the given script, but it did not work for me. P.S. See this layout in fullscreen. Answer Here is a very ruff first draft Since you already have the .active class being a…

How to get array index from html element?

Hey In my Vue application I have the opportunity to create several persons: If I want to add more persons, there is a button, which appends more of these person inputs: }, Output of the console.log method in the console (clicked the add button 2 times): Now the following problem: Let’s say for example w…