Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emretulek/tinymceaos

Tinymce editor aos animation plugin
https://github.com/emretulek/tinymceaos

animation javascript text-animation tinymce-plugin

Last synced: about 6 hours ago
JSON representation

Tinymce editor aos animation plugin

Awesome Lists containing this project

README

        

# tinymceAos
Tinymce editor aos animation plugin

You can apply of the aos animations to the selected html element.

### Tinymce 5
[tinymce 5](https://github.com/tinymce/tinymce)

### Aos Animation

[Animate on scroll library](https://github.com/michalsnik/aos)

### Example
```
tinymce.init({
selector: 'textarea',
plugins: 'aosanimate',
toolbar: 'aosanimate'
});
```

### View
![aosanimate](https://user-images.githubusercontent.com/43541275/79668763-cdd13d00-81bf-11ea-8915-b22a246703cb.jpg)

### Page of content

You have to add aos library to your created page by editor

```

Tinymce content


AOS.init();

```