<defs xmlns="http://www.w3.org/2000/svg">
<marker id="Arrow" viewBox="0 0 20 20" refX="4" refY="5" markerUnits="strokeWidth" markerWidth="2" markerHeight="2" opacity="0.75" orient="auto">
<path d="M 0 0 L 10 5 0 10 3 5 z" fill="#8a0" id="Q" stroke="#bf2" stroke-width="1" stroke-linejoin="round">
<animate attributeName="d" id="QQ" dur="5s" repeatCount="indefinite" values="M 0 0 L 10 5 0 10 3 5 0 0; M 10 0 L 12 5 10 10 0 5 10 0; M 0 0 L 10 5 0 10 3 5 0 0"/>
</path>
<circle cx="5" cy="5" r="10" fill="#9b1"/>
</marker>
</defs>
<line xmlns="http://www.w3.org/2000/svg" x1="15" y1="55" x2="80" y2="40" stroke-width="25" stroke="green" marker-end="url(#Arrow)"/>
<g xmlns="http://www.w3.org/2000/svg" transform="scale(1),translate(-10,20)">
<path d="M 50 5 L 65 17 50 30 56 17 z" fill="red" stroke="black" marker-start="url(#Arrow)" marker-mid="url(#Arrow)" stroke-width="2" stroke-linejoin="round">
<animateTransform attributeName="transform" type="rotate" dur="7s" from="0 50 40" to="360 50 40" repeatCount="indefinite"/>
</path>
</g>
<use xmlns="http://www.w3.org/2000/svg" xlink:href="#Q" xmlns:xlink="http://www.w3.org/1999/xlink" transform="translate(20,80),scale(4)"/>@A Gloom , thanks for your reply, would you please give a working example of external svg's with javascript embedded in the svg (I failed to get some samples to work in TW5)
I want comment that I FAILED at finding either Riz's great SVG animations or Jed's well thought through demo of the sun in the sky on my mind still. It sucks my memory is better than my recall of internet addresses.
I hope, one day, we will not be reinventing the wheel.TT
Thanks TonJed's animation is really neat, happy you found it ... https://ooktech.com/jed/ExampleWikis/SnapSVG/#Animation%20Example
Ton Gerner wrote:Can you tell more about Riz's animations? I only remember he mentioned animate.css at https://daneden.github.io/animate.css/
He did that, right. But also a native TW working impressive cycle thingie I can't find.Best wishesTT
On 8 Mar 2020, at 10:32, Thomas Elmiger <thomas....@gmail.com> wrote:Hi Diego,The attached tid file contains my new splashscreen including an SVG graphic. Basically, it seems to work on https://tid.li/tw5/apps/svg.html – but I still have questions myself:- The animation is not visible in my browsers on the splash screen – would there be a way?
-- but: when I open the tiddler in the wiki and add html to the pragma rules, the animation is visible
- Macros can not be included (I tried to show the TW <<version>>) – would there be a way?
All the best,Thomas
Am Donnerstag, 5. März 2020 17:10:21 UTC+1 schrieb Diego Mesa:Thanks all for their great work!I want to ask again to see if anyone can provide instructions to get this to work as a splash screen? Thanks!
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1ffe5c64-e778-4427-b4bb-e4b8a12830fa%40googlegroups.com.
<$__telmiger_splashscreen.tid>