XMLのカスタム要素は許可されています<foo>
か<bar>
?
HTMLとJSを使用してXMLベースのスライダーを作成したいのですが、そのコンテンツはXMLを介して編集可能である必要があります。そこで、コンテンツだけではないXMLファイルを作成したいと思います。TransitiontypesとTransitionspeedはその中で定義する必要があります。次のように見えるかもしれません:
<slider>
<layer image="../path/to/image" fromoffset="-50,-50" tooffset="100,100" transition="moveup">
<object image="../path/to/image" fromoffset="-50,-50" tooffset="100,100" transition="moveright"></object>
// The Object could be an image moving into the image
</layer>
</slider>
考慮すべきことはありますか?