1. WoltLab Suite
    1. Apps
    2. Features
    3. Services
    4. Pricing
  2. Customer Area
  3. Community
    1. Dashboard
    2. Unresolved Threads
  4. Plugin-Store
  5. Blog
  • Login or register
  • Search
Other
  • Everywhere
  • Other
  • Forum
  • Plugin-Store
  • Articles
  • Pages
  • More Options
  1. WoltLab®
  2. Plugin-Store
  3. Plugins
  4. Plugins
  5. Other

CSS-Animations (Collection) 1.0.6

  • the_waiters
  • December 19, 2014 at 11:43 AM
  • 328 Downloads
  • 11 Comments
  • Download
  • Overview
  • Versions 5
  • Comments 11

Collection of CSS-Animations

This Plugin extent the WoltLab Community Framework 2 with animations.

The following animations are already integrated:

  • .AnimationHoverRotateRight
  • .AnimationHoverRotateLeft
  • .AnimationHoverQuake
  • .AnimationHoverScaleDown
  • .AnimationHoverScaleUp
  • .AnimationBounce
  • .AnimationFlash
  • .AnimationPulse
  • .AnimationRing
  • .AnimationShake


to the demo

To give an element an animation, you can:

- give an element the desired class with Javascript.
- customize a template
- call the animation via CSS/less

Javascript-example:

Code
<script>
var element = document.getElementById("gewünschte ID des Elements");
element.classList.add("gewünschte Klasse");
</script>


Further informations:

woltlab.com/pluginstore/file/1494/


http://molily.de/js/css.html#addclass
http://www.html-seminar.de/javascript-htm…nte-aendern.htm

Call the animation in the style-settings:

- Example with the animation Pulse

CSS
"the desired element" {
	.AnimationPulse;
}


- Example of use for the conversation-icon with the animation Pulse when you get a message

CSS
#unreadConversations:not([data-count="0"]) > a > span.icon {
	.AnimationPulse;	
}


further informations:
http://www.mediaevent.de/css/animation.html
http://www.lesscss.de/

Support requests will only be answered in the support area of my website Destinaja.de. Please start your requests there. Thanks.

  • Version 1.0.6

    • the_waiters
    • April 1, 2016 at 10:08 AM
    • 74.75 kB
    • 173 Downloads

    Änderungen (deutsch) https://destinaja.de/news/8-oster-patch-day/
    Changes (english) https://destinaja.de/news/7-easter-patch-day/

  • Version 1.0.5

    • the_waiters
    • April 30, 2015 at 11:06 AM
    • 73.73 kB
    • 72 Downloads

    -fix a problem with AnimationPulse for Browser Opera, Firefox and Internet Explorer
    -add Hover Animation RotateRight (class ".AnimationHoverRotateRight")
    -add Hover Animation RotateLeft (class ".AnimationHoverRotateLeft")

  • Version 1.0.4

    • the_waiters
    • April 14, 2015 at 12:28 AM
    • 29.7 kB
    • 21 Downloads

    -add Hover Animation Quake (class ".AnimationHoverQuake")
    -add Hover Animation ScaleUp (class ".AnimationHoverScaleUp")
    -add Hover Animation ScaleDown (class ".AnimationHoverScaleDown")

  • Version 1.0.3

    • the_waiters
    • January 30, 2015 at 8:44 AM
    • 28.67 kB
    • 34 Downloads

    -add Animation Bounce (class ".AnimationBounce")
    -add Animation Flash (class ".AnimationFlash")
    -add Animation Glow (class ".AnimationGlow")(you need to set the colors with the variables "@wcfAnimationGlowSchadowColor" and "@wcfAnimationGlowSchadowGlowColor" before.)

    Because of the reducing from x LESS-files to only one LESS-file, you need to reinstall this plugin

  • Version 1.0.1

    • the_waiters
    • December 30, 2014 at 5:36 PM
    • 25.6 kB
    • 26 Downloads

    initial release

    -Animation Pulse (class ".AnimationPulse")
    -Animation Ring (class ".AnimationRing")
    -Animation Shake (class ".AnimationShake")
    -Animation Tata (class ".AnimationTata")

the_waiters
December 14, 2015 at 8:47 AM
Author

Hey @ all,
der Umbau meiner Webseite https://destinaja.de/ ist abgeschlossen. Um die Rückverfolgung zu gewährleisten werden Supportanfragen nur noch im Supportbereich meiner Webseite beantwortet. Bitte startet die Anfragen von nun an dort. Vielen Dank.

Hey @ all,
the reconstruction of my website https://destinaja.de/ is finished. To ensure the traceability, all support requests from now, will only be answered in the support area of my website. Please start your requests there. Thanks.

TeRRible__KHONS
April 30, 2015 at 8:51 AM

Mir ist aufgefallen dass .AnimationPulse in Chrome richtig dargestellt wird und in Firefox IE anders? da muss doch irgendwas nicht funzen?

the_waiters
April 30, 2015 at 9:30 AM
Author

Danke dir, ich schau`s mir an

TeRRible__KHONS
April 30, 2015 at 9:35 AM

Vielen dank :) wäre nett wenn du mir nachher bescheid geben könntest. Thx

EDIT: Auch in deinem DEMO-Forum ist es verkehrt: http://destinaja.de/index.php/plugins/css-animationen/

Liegt wohl irgendwo ein Fehler in der Darstellung von anderen Browsern,Chrome funktioniert jedenfalls richtig.

the_waiters
April 30, 2015 at 11:13 AM
Author

Hi, danke das du so aufmerksam bist. Fehler ist korrigiert. Die neue Version 1.0.5 ist im Woltlab Store zur Freischaltung eingestellt und auf meiner Seite unter Download ab jetzt zu finden

K.Rens
January 2, 2015 at 10:45 AM

Do you by any chance have a demo or a site where this was implemented? I'm very curious how it will look.

the_waiters
January 2, 2015 at 11:28 AM
Author

No problem, i'll prepare a demo next week.

the_waiters
January 6, 2015 at 5:38 PM
Author

Hey, as requested here the demo http://destinaja.de/demo/css-animation.html

K.Rens
January 6, 2015 at 10:50 PM

Wow, that's cool! I really recommend you to add the link to the demo in the overview of the package. I'm still thinking how I could implement it, but this is nice!

Cafe-Anime
December 30, 2014 at 9:49 PM

Erstelle doch auch eine Less mit Funktion so das man .pulse(variable) verwendet statt 3 Zeilen zu kopieren ?

the_waiters
January 7, 2015 at 8:48 AM
Author

Schaue ich mir an und setze ich in der nächsten Version (ende Januar)um.

File Details

License Agreement
License terms for non-commercial products
Website
destinaja.de
Supported Versions
Burning Board 4.0 / WCF 2.0
Burning Board 4.1 / WCF 2.1

More Files by the_waiters

  • MediaProvider Collection (WSC)

    the_waiters January 12, 2017 at 1:58 AM
  • Update-Notification

    the_waiters July 11, 2020 at 4:02 PM
  • HideForGuests

    the_waiters February 9, 2018 at 6:31 PM
  • AffiliateRewrite

    the_waiters February 10, 2018 at 5:54 PM
  • MediaProvider Collection (WCF - Legacy)

    the_waiters September 2, 2015 at 4:25 PM
All Files

WoltLab Suite

  1. WoltLab Suite
  2. Apps
  3. Features
  4. Services
  5. Customer Stories
  6. Pricing

Support

  1. Manual
  2. Community
  3. Frequently Asked Questions
  4. Developer Documentation
  5. Contact Form

Information

  1. General Terms and Conditions
  2. Rental Conditions
  3. Community Guidelines
  4. Plugin-Store Guidelines
  5. Jobs
  6. Privacy Policy
  7. Legal Notice
Powered by WoltLab Suite™ 6.0.0 RC 2