chore(i18n,curriculum): processed translations (#43546)
This commit is contained in:
@ -15,6 +15,9 @@ dashedName: use-css-animation-to-change-the-hover-state-of-a-button
|
||||
|
||||
```html
|
||||
<style>
|
||||
img {
|
||||
width: 30px;
|
||||
}
|
||||
img:hover {
|
||||
animation-name: width;
|
||||
animation-duration: 500ms;
|
||||
|
Reference in New Issue
Block a user