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

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

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