Skip to main content
Known Participant
December 11, 2017
Answered

Animate-HTML Canvas项目组件适配接口?

  • December 11, 2017
  • 1 reply
  • 556 views

目前Animate的HTML Canvas项目里提供的组件非常的少,在使用aniamte canvas项目中,我想用一些html标签,textarea等;但是遇到适配(大小,缩放,坐标对齐等)问题,我看Canvas项目里也使用了jq-ui上的一些控件,而且适配处理的比较好,我想问一下,animate 有提供公共接口,让我们开发者,比较容易的适配 animate未集成的标签,控件么?

This topic has been closed for replies.
Correct answer Joseph Labrecque

You can create your own components using whatever HTML you like. Here is a resource:

Example of a HTML5 custom component

1 reply

Joseph Labrecque
Community Expert
Joseph LabrecqueCommunity ExpertCorrect answer
Community Expert
December 12, 2017

You can create your own components using whatever HTML you like. Here is a resource:

Example of a HTML5 custom component

arvin0Author
Known Participant
December 14, 2017

ok,thank you very much