Forum Discussion
SVG File Issues
Hi,
that is interesting - the both types "buttons with state" and "images with states" are implemented completely different.
Buttons with states:
made with stagged layers and css-classes (shown, hidden)
Image with states:
modification with javascript of the html DOM-tree (all layers are stagged)
-> on mouseover (hover) the content of normal layer is removed from the html-DOM-tree
-> on mouseout the html-DOM-tree is reconstructed
SVG with states:
similar to "Image hover", but no javascript manipulates the DOM-tree -> 'normal' status is always visible
I have testet a version "image container" with
- state 'normal' png,
- state 'hover' svg
but the 'normal' status is always visible
Maybe time for a "feature request" - there is no longer the problem to stay Flash or IE11 compatible.
Jürgen
- MathNotermans-93 years agoCommunity Member
Yeah...whether its a feature request or a bug report im in doubt about, but for sure would be good of Articulate to treat buttons similar.