Posts by Erick Borges • 61 points
4 posts
-
1
votes1
answer451
viewsA: Animation in SVG image - Auto Drawing
So, Zoom, Stroke-dasharray is used to create strokes in svg. O Stroke-dashoffset controls the size of this stroke, making it possible to animate the line. Note that in the example you showed, the…
-
0
votes1
answer159
viewsA: Menu with side banners
Jhonny, don’t use javascript to match the Heights. You can use flex so that the boxes have the same height, using the "align-items" property. However this technique is compatible with Internet…
-
0
votes2
answers733
viewsA: How to call two animations in an element that uses ":Hover"?
Her "hideSlideDown" animation will not work properly as it has two distinct statements. To animate the button you can use Transition which is simpler in this case. If you want two animations in the…
-
5
votes1
answer461
viewsA: How to use Helvetica font or other on a website, and make appear any PC?
Use font-face to incorporate it into your site. However it is a paid source, to use it you must buy it or use a similar one (from Google Fonts, for example).…