javascript - SMIL Animate opacity not working -


i trying animate svg path using smil <animate> tag. following code works no problems:

<animate xlink:href = "#one" attributetype = "css" attributename = "opacity" = "0" = "1" dur = "5s" repeatcount = "indefinite"/> 

with opacity of path set 1.0 initially. when set 0 initially, nothing in rendered in browser(firefox, chrome, ie, edge). might causing this? have read these smil tags deprecated. can still use them or css3/jquery/javascript go?


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -