javascript - SVG Group Animation - SVG Image Slider -


i'm creating masked vertical image slider using svg , ran bit of snafu. i'm wrapping 3 images in group so:

<g> <image></image> <image></image> <image></image> </g> 

and need animate them @ same time. can't animate y of group.

is there way combine 3 images 1 element , animate element up/down?

i've included snap.svg , using other animations on site.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -