Animation does not display as expected
-
Hello. I have created an SVG file with a simple mouse over animation ( it reduces the opacity of the image to zero, making it disappear). I have your plugin activated, and have imported the SVG file into WordPress. But I am having issues with the mouse over animation.
If I directly access the file via its URL (link here), the mouse over animation displays as expected. But when I add the image to my WordPress the page via the WP editor, the image is displayed, but the mouse over animation does not function as expected (page here) (the only mouse over animation that occurs is the small opacity change that is part of my theme’s default behavior). I was under the impression your plugin would allow this animation to function as expected in this manner. Perhaps I am misunderstanding something?
I’ve also tried to add the mouse over animation via another method–by with custom CSS (in my style.css file). But that doesn’t seem to work either. In my SVG file I’ve given the element an ID, which I’ve tried to use as a selector in style.css. But using Inspect Element, I don’t see that the element possesses the ID in-question.
FYI I have added the image to the page via the following tag:
<a href="http://kabultec.org/dev/wp-content/uploads/2017/10/test-with.svg"><img class="style-svg alignleft size-full wp-image-1366" src="http://kabultec.org/dev/wp-content/uploads/2017/10/test-with.svg" alt="" /></a>Thanks in advance.
The page I need help with: [log in to see the link]
The topic ‘Animation does not display as expected’ is closed to new replies.