Curious how this is done? For example I sometimes see a SVG image that floats and moves. Actually seen one on a website that was in the review section but cant find it again. I can post an example website but not sure of the rules yet![]()
Curious how this is done? For example I sometimes see a SVG image that floats and moves. Actually seen one on a website that was in the review section but cant find it again. I can post an example website but not sure of the rules yet![]()
It's within the rules in this case to post an example.
Ron Roe
Web Developer
"If every app were designed using the same design template, oh wait...Bootstrap."
Here is two :
https://district0x.io/
http://www.onia.com.au/
Last edited by vinnymickey; Sep 05th, 2017 at 05:18 AM.
The onia.com site uses PNG images and manipulates them by javascripting.
Here is one of the images that they spin:
http://www.onia.com.au/wp-content/th...eaves-full.png
There's a better way than JavaScript - use CSS animations.
They're way easier to write than animating with JS and take up fewer resources. Browser support is pretty deep, and fallbacks are as easy as doing literally not a damn thing. Browsers that don't support it will ignore it.
https://developer.mozilla.org/en-US/...CSS_animations
Ron Roe
Web Developer
"If every app were designed using the same design template, oh wait...Bootstrap."